I'm trying to use this to get the network facts updated after adding a network interface. But it doesn't work any more. I've looked into it a bit myself. The Puppet::Node::Facts.find method doesn't exist any more. Now a method Puppet::Node::Facts.indirection.findexists. It seems to do what I guess Puppet::Node::Facts.find did.
Also the reload_facter() is gone from the Puppet::Configurer and nothing remotely similar is available.
Any help would be appreciated
I'm trying to use this to get the network facts updated after adding a network interface. But it doesn't work any more. I've looked into it a bit myself. The
Puppet::Node::Facts.findmethod doesn't exist any more. Now a methodPuppet::Node::Facts.indirection.findexists. It seems to do what I guessPuppet::Node::Facts.finddid.Also the
reload_facter()is gone from thePuppet::Configurerand nothing remotely similar is available.Any help would be appreciated