Forum: CFEngine Help
Subject: Re: CFEngine Help: Re: Define classes if a process is running or not
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,26866,26931#msg-26931

If the intent of the example is to kill any unwanted process then there might 
be no need for a count match at all.

processes:
        rhel6::
                "rhsmcertd"
                        comment => "Kill unswanted process.",
                        signals => { "term", "kill" };


For the existing example I think the match_range is wrong.  You want to match 
at least a count of one yes?

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

Reply via email to