All,

How can I stop the "returns successfully" messages from the exec {}
type unless their is a failure? Don't really want to see it. Using
logoutput => on_failure with exec doesn't seem to work (as this person
says here 
http://unimpressed.org/post/93835992/disabling-puppets-executed-successfully-emails).
I also tried that however, with:

    exec {
        "dummy-passwd-${name}":
            command => "cat /etc/passwd | grep \"^${name}\" >
/var/sftp/chroot/${name}/etc/passwd",
            onlyif => "test /var/sftp/chroot/${name}/etc",
            logoutput => on_failure,
            tag => bitbucket;
    }

Not knowing what tagmail.conf is all about since I can't find it
documented anywhere, I tried putting a tagmail.conf in /etc/puppet on
the client with:

all, !bitbucket: myem...@somewhere

and no effect still.

Doug

-- 
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.

Reply via email to