Forum: Cfengine Help
Subject: Re: Verifying Packages with Cf3
Author: Seva Gluschenko
Link to topic: https://cfengine.com/forum/read.php?3,17008,17010#msg-17010

While I'm not sure whether cfengine checks the return code or not, it seems to 
be obvious that the following clause will always return success:


package_installed_regex => ".*";


So you should either try to comment it out, or replace with


package_installed_regex => "";


e.g. "on success produce no output".

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

Reply via email to