# # /etc/cfengine/update.conf - for the clients # control: actionsequence = ( copy ) domain = ( my.flat ) policyhost = ( mystery.my.flat ) # smtpserver = ( smtp.domain.com ) # sysadm = ( address@bogus.example.com ) master_cfinput = ( /var/lib/cfengine2/masterfiles/inputs ) repository = ( /var/lib/cfengine2/outputs ) # # Download the most recent 'cfagent.conf' file from the # server, and install it to /etc/cfengine # copy: $(master_cfinput)/cfagent.conf dest=/etc/cfengine/cfagent.conf mode=600 server=$(policyhost) force=true trustkey=true