Hi all,

When using the Notify resource type, is there any way to hide the log message that is produced by the definition itself and only keep the actual message string on the output generated by Puppet agent?

In this example:

Notice: hello

Notice: /Stage[main]/Foo::Bar/Notify[baz]/message: defined 'message' as 'hello'

The idea would be to tell Puppet somehow to only print the following:

Notice: hello

We've tried passing "audit => []" as an attribute to the resource declaration but it didn't produce any effect log-wise. Also we changed the loglevel to 'debug' at resource level and it hid both.

We're (still) using Puppet 3.4.3.

Any ideas? :)

--
 bye
 Nacho

--
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/547C60B7.9070104%40cern.ch.
For more options, visit https://groups.google.com/d/optout.

Reply via email to