Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.11 facts for Debian Stretch and Ubuntu 18.04 are missing distro information #98

Closed
wiebe opened this issue Dec 19, 2018 · 0 comments · Fixed by #108
Closed

3.11 facts for Debian Stretch and Ubuntu 18.04 are missing distro information #98

wiebe opened this issue Dec 19, 2018 · 0 comments · Fixed by #108

Comments

@wiebe
Copy link

wiebe commented Dec 19, 2018

The 3.11 facts for Debian Stretch are missing distro information, this breaks it working with rspec-puppet-facts for example. All other 3.11 facts do seem to include the missing facts.

The facts are present in the 3.10 version: https://github.com/camptocamp/facterdb/blob/master/facts/3.10/debian-9-x86_64.facts

  "lsbdistcodename": "stretch",
  "lsbdistdescription": "Debian GNU/Linux 9.4 (stretch)",
  "lsbdistid": "Debian",
  "lsbdistrelease": "9.4",
  "lsbmajdistrelease": "9",
  "lsbminordistrelease": "4",

But these facts are missing in the 3.11 version: https://github.com/camptocamp/facterdb/blob/master/facts/3.11/debian-9-x86_64.facts
The same goes for Ubuntu 18.04.

The error you get with rspec-puppet-facts (and the query it uses):

No facts were found in the FacterDB for: [{:facterversion=>"/\\A3\\.11\\./", :operatingsystem=>"Debian", :operatingsystemrelease=>"/^9/", :hardwaremodel=>"x86_64"}, {:facterversion=>"/\\A3\\.11\\./", :operatingsystem=>"Ubuntu", :operatingsystemrelease=>"/^18.04/", :hardwaremodel=>"x86_64"}]

Is this intentional or a bug/something that went wrong?

rodjek added a commit to rodjek/facterdb that referenced this issue Jul 16, 2019
rodjek added a commit that referenced this issue Jul 17, 2019
(#98) Update Debian & Ubuntu factsets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant