Forum: CFEngine Help
Subject: Re: Quieting module output in cf-execd emails
Author: phnakarin
Link to topic: https://cfengine.com/forum/read.php?3,23207,23230#msg-23230

You mean messages start with "M: filename", don't you? If you use 
cfengine_stdlib.cf, you can just simply add contain => silent, to the module 
promiser.

 commands:
  cfengine_3::
   "/tmp/modulename"
      contain => silent,
      module => "true";


Here is a detail;

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


Cheers,
--Nakarin

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

Reply via email to