facterdb
facterdb copied to clipboard
A Database of OS facts provided by Facter
Scientific Linux EOL is June 30, 2024, so basically ready to remove - people shouldn't be developing for it anymore. There are also no new CentOS releases, so build Oracle...
Three parts to this: 1. Support for generating Windows facts automatically 2. The Windows facts themselves 3. Rewriting the documentation for fact generation with the aim of ensuring repeatable builds
#304 addressed the discrepancy in the IP addresses of redhat 8 (which is important for the unit test failures in puppet-openvpn). However, we missed the RedHat 7 facts which a)...
This adds tests for operatingsystemrelease / operatingsystemmajrelease
Puppet 7 is the oldest supported Puppet version. It vendors Facter 4. The facterdb performance depends on the amount of factsets so it makes sense to get rid of the...
Updates the requirements on [voxpupuli-rubocop](https://github.com/voxpupuli/voxpupuli-rubocop) to permit the latest version. Changelog Sourced from voxpupuli-rubocop's changelog. 2.6.0 (2024-03-12) Full Changelog Merged pull requests: Update rubocop-minitest requirement from > 0.34.1 to> 0.35.0...
rspec-puppet-facts has a pattern where it does a lot of small searches for every OS. By doing a single complex FacterDB.get_facts call to get the only supported operating systems and...
I'm trying to add OpenEuler 23 as a supported OS by Puppet. But I failed in `vagrant up --provision` when following instructions to add more OS facter into facterdb. https://github.com/voxpupuli/puppet-yum/pull/322...
This should fix #270 This only adds it back to the 4.2 versions.
Looks like this had been left out from the Ubuntu facts. This breaks puppet_agent module in testing.