Title: Message Title
Edwin Ramos commented on an issue
Puppet / Bug PUP-1352
package ensure => purged is too noisy!
<pre>
$packages = [ "one", "two", "three" ]
package { $packages: ensure => "purged", }
</pre>

is too noisy.

The logs are filled with:
<pre>
 /Stage[main]/MODULE/Package[one]/ensure created.
 /Stage[main]/MODULE/Package[two]/ensure created.
 /Stage[main]/MODULE/Package[three]/ensure created.
</pre>
on every run of puppet-agent.

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to