Forum: Cfengine Help
Subject: Re: Is it possible to turn off informational reporting associated with 
commands type promises?
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,18797,18812#msg-18812

The same way you do any other body

"/bin/command"
   contain => silent;
}

body contain silent
{
no_output => "true";
}

http://www.cfengine.org/manuals/CfengineStdLibrary.html#body-contain-silent

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to