Forum: Cfengine Help
Subject: Re: Modules are spamming me
Author: daveseff
Link to topic: https://cfengine.com/forum/read.php?3,20990,20994#msg-20994
Thanks. That worked.
___
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mai
Forum: Cfengine Help
Subject: Re: Modules are spamming me
Author: phnakarin
Link to topic: https://cfengine.com/forum/read.php?3,20990,20991#msg-20991
You might want to add no_output => "true"; to your contain body
body contain in_shell_and_silent
{
useshell => "true";
no_output => "true";
}
Ch