On 03 Mar 2014, at 13:32, Cristian Falcas <[email protected]> wrote:
> Hi, > > Is it possible to inhibit notify message on per resource basis? > > For example, we use the fog library and it needs the AWS credentials > to be in /root/.fog > > If we manage this file from puppet and anything changes, the > credentials will remain in the reports and we don't want this. > > Can we stop the notify message from this file resource? I am unsure whether one of the following will work: one option would be to set backup to false. another would be to lower the log level. (http://docs.puppetlabs.com/references/latest/metaparameter.html#loglevel) -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/2C95FF26-C992-4B2D-950E-CE098F84F647%40gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
