I have puppet configured on all hosts as described in the previous post of mine... basically two instances are running, one as daemon, which does not download the config and just waits for puppetrunner calls, and one that does, started from cron, but runs in noop mode.
My problem is as follows: I added one resource to all the hosts, which dumps all environment variables to a file called: /etc/mcollective/facts.yaml This resource always reports that a change needs to be made, since that file content is always changing... How do I silence this resource, so it does not report that every time? I have a second issue with this new resource... I really would want it executed each time, and not only when there are other changes in the pipe and I issue a puppetrun.... Is there a way to run puppet in noop mode, excluding one resource from the noop? Thanks a lot. Mohamed. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.