You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 methodPuppet::Node::Facts.indirection.find
exists. It seems to do what I guessPuppet::Node::Facts.find
did.Also the
reload_facter()
is gone from thePuppet::Configurer
and nothing remotely similar is available.Any help would be appreciated
The text was updated successfully, but these errors were encountered: