script:/var/cfengine/promises.cf
From Dgiref
####################### # promises.cf ####################### body common control { bundlesequence => { "update", "executor", "server", "crontabs", "cfbackup" # should be last }; inputs => { "update.cf", "library.cf", "cf-serverd.cf", "cf-execd.cf", "crontabs.cf", "cfbackup.cf" }; } bundle common g{ vars: "masterfiles" string => "/var/cf-masterfiles"; "inputs" string => "${masterfiles}/config/branches/cf3/inputs"; "workdir" string => "/var/cfengine"; # for HA add more policy hosts "phost" string => "192.168.0.1"; } body agent control { # Do not rely on DNS skipidentify => "true"; }