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 custom fact files:
/etc/puppet/modules/abc/lib/facter/abc.rb
/etc/puppet/modules/xyz/lib/facter/xyz.rb
When I define a node calling only module abc, it also delivers the fact file defined under module xyz. On the agent, I end up with abc.rb AND xyz.rb.
Am I doing something wrong or is this normal?
Thanks.....