I'm wondering what's the best, fastest, easiest way to temporarily stop, in an emergency, a single cfengine client from performing a certain promise, without needing to change anything on the cfengine server (hub).
My solution so far has been to edit /var/cfengine/inputs/promises.cf
and comment out the services I want to stop (in this case, I want cfengine to stop trying to restart mysqld). Then I restarted cfengine. I'm not sure if this is the best way though (or even if it will not break something). So far it seems to not have started anything on fire, but I'm just wondering if there's a more "accepted" way.