diff options
author | Julien Dessaux | 2018-03-13 17:57:11 +0100 |
---|---|---|
committer | Julien Dessaux | 2018-03-13 18:10:14 +0100 |
commit | e7fe6c1dcaa905bddcb27e23706e842df0da43a1 (patch) | |
tree | 1486ff17f4d41b1723a519c60348094d4c3f50be /controls | |
parent | Deploy ssh authorized_keys to all hosts (diff) | |
download | masterfiles-e7fe6c1dcaa905bddcb27e23706e842df0da43a1.tar.gz masterfiles-e7fe6c1dcaa905bddcb27e23706e842df0da43a1.tar.bz2 masterfiles-e7fe6c1dcaa905bddcb27e23706e842df0da43a1.zip |
Moved to a more traditional update.cf mechanism without overwriting the builtin failsafe.cf
Diffstat (limited to '')
-rw-r--r-- | controls/cf_execd.cf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controls/cf_execd.cf b/controls/cf_execd.cf index ddb9124..f75fe3c 100644 --- a/controls/cf_execd.cf +++ b/controls/cf_execd.cf @@ -2,7 +2,7 @@ body executor control { any:: splaytime => "4"; # activity will be spread over this many time slices - exec_command => "$(sys.cf_agent) -Dfrom_cfexecd,cf_execd_initiated -f \"$(sys.failsafe_policy_path)\" ; $(sys.cf_agent) -Dfrom_cfexecd,cf_execd_initiated"; + exec_command => "$(sys.cf_agent) -Dfrom_cfexecd,cf_execd_initiated -f \"$(sys.update_policy_path)\" ; $(sys.cf_agent) -Dfrom_cfexecd,cf_execd_initiated"; !cfengine_internal_disable_agent_email:: mailto => "root@adyxax.org"; mailfrom => "root@adyxax.org"; |