OK, that helps, thanks, Neil!   And I now know that body contain
silent is part of cfengine_stdlib.cf.  I'll have to study that stdlib
top to bottom as soon as I can.

OK, so I've learned how to silence output, but that silenced
everything, I wanted to see just the "Q"uoted output, but not the
"I"nformational output.   :)

Aleksey


On Wed, Oct 20, 2010 at 12:50 PM,  <no-re...@cfengine.com> wrote:
> 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
>
_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to