Top "Facter" questions

Facter is an independent, cross-platform Ruby library bundled with Puppet, designed to gather basic node information about the hardware and operating system

Puppet/Facter "Could not retrieve fact fqdn": How to fix or circumvent?

I'm learning about puppet and trying to experiment with it on a VM at home. I'm not using a puppet …

ruby puppet facter
Facts.d - Pluginfacts could not be retrieved during puppet run

I'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 facter
Use facter facts in puppet

I am new to puppet and planning to implement it in our environment. I have puppet agents that are running …

puppet facter
puppet custom fact for facter

Trying to write a custom facter module: Facter.add("something_status") do setcode do $string_to_parse = Facter::Util::Resolution.…

ruby puppet facter