Facter is an independent, cross-platform Ruby library bundled with Puppet, designed to gather basic node information about the hardware and operating system
I'm learning about puppet and trying to experiment with it on a VM at home. I'm not using a puppet …
ruby puppet facterI've just upgraded my puppet environment from 3.4.2 to 3.4.3. through puppetlabs' apt repos. I was upgrading agent(s) and master. Doing …
upgrade puppet facterI am new to puppet and planning to implement it in our environment. I have puppet agents that are running …
puppet facterTrying to write a custom facter module: Facter.add("something_status") do setcode do $string_to_parse = Facter::Util::Resolution.…
ruby puppet facter