Re: [Puppet Users] Puppet Custom Facts

2015-02-03 Thread Wolf Noble
Hi Steve, All custom facts are delivered to all nodes within a puppetmaster's control. IOW, having a module that has a custom fact will deploy that fact to every node, regardless of if that node uses, or is aware of the fact, or module in question. It is generally expected that the fact

[Puppet Users] Puppet Custom Facts

2015-02-03 Thread Steve Harp
Hi Guys, I've created some custom facts in /etc/puppet/MODULE_NAME/lib/facter/. When I run puppet I'm having facts that aren't even defined in a module being called by the node deployed to the agent. This is causing the facts to fail on the agent. For instance, if I have the following

Re: [Puppet Users] Puppet Custom Facts

2015-02-03 Thread Steve Harp
Thanks Wolf. Sad news but now I know and I can structure my facts to deal with it. On Tuesday, February 3, 2015 at 12:11:03 PM UTC-5, Wolf Noble wrote: Hi Steve, All custom facts are delivered to all nodes within a puppetmaster's control. IOW, having a module that has a custom fact will