Forum: CFEngine Help
Subject: Re: Promises repaired in promise_summary
Author: jonesy1234
Link to topic: https://cfengine.com/forum/read.php?3,24595,24602#msg-24602

So I'm using some modules to pull in values from the OS as follows:-



bundle agent modules {

commands:

     "$(sys.workdir)/inputs/modules/pseries_serial_no.ksh" module       => 
"true",
                                                           contain      => 
module_output;

     "$(sys.workdir)/inputs/modules/filesystems.ksh"       module       => 
"true",
                                                           contain      => 
module_output;

     "$(sys.workdir)/inputs/modules/pseries_adapters.ksh"  module       => 
"true",
                                                           contain      => 
module_output;

}

body contain module_output {

     no_output => "true";

}


So due this I'm never going to achieve 0% repaired? Is there any way round this 
when using modules?

Cheers

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

Reply via email to