-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fails with facterdb 0.8.1 #3
Comments
I will provide a PR. |
baurmatt
added a commit
to syseleven/rspec-puppet-facts-unsupported
that referenced
this issue
Aug 12, 2019
facterdb 0.8.1 introduced a SLES 15 SP1 fact set which doesn't have a operatingsystem fact. This is due to bugs in facter 2.5. As facter 2.5 doesn't get maintance anymore, we need to fail safely here. Fixes coi-gov-pl#3.
baurmatt
added a commit
to syseleven/rspec-puppet-facts-unsupported
that referenced
this issue
Aug 13, 2019
facterdb 0.8.1 introduced a SLES 15 SP1 fact set which doesn't have a operatingsystem fact. This is due to bugs in facter 2.5. As facter 2.5 doesn't get maintance anymore, we need to fail safely here. Fixes coi-gov-pl#3.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This happens because of new SLES 15 SP1 fact sets which got introduced with 0.8.1 (voxpupuli/facterdb#121). Those fact sets don't have a "operatingsystem" set because facter 2.5 can't retrieve it. As facter 2.5 is deprecated and get soon replaced by Facter NG (https://groups.io/g/voxpupuli/message/302) it would be great if we could simply fail safely in rspec-puppet-facts-unsupported.
The text was updated successfully, but these errors were encountered: