Jakov Sosic
2014-May-12 12:38 UTC
[Puppet Users] Is --noop supposed to override noop param?
Hi, I had an issue with my --noop run actually overwriting files on machine it is run on. After looking into it, I found that some of my modules have 'noop' param on resources. For example: class something ( $noops => false ) { file { '/etc/something': noop => $noops, } } After running 'puppet agent -t --verbose --noop', /etc/something gets overwritten. Is this supposed to happen, or is it a bug? If this is intended behaviour then I have to remove all noop parameters from my resources... PS. This was observed with puppet 3.5.1 on ubuntu 12.04. -- 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 puppet-users+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/5370C0AB.9070506%40gmail.com. For more options, visit https://groups.google.com/d/optout.