summaryrefslogtreecommitdiff
path: root/controls
diff options
context:
space:
mode:
authorJulien Dessaux2018-03-13 17:57:11 +0100
committerJulien Dessaux2018-03-13 18:10:14 +0100
commite7fe6c1dcaa905bddcb27e23706e842df0da43a1 (patch)
tree1486ff17f4d41b1723a519c60348094d4c3f50be /controls
parentDeploy ssh authorized_keys to all hosts (diff)
downloadmasterfiles-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 'controls')
-rw-r--r--controls/cf_execd.cf2
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";