diff options
Diffstat (limited to 'system/cfengine/config/update.conf')
-rw-r--r-- | system/cfengine/config/update.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/system/cfengine/config/update.conf b/system/cfengine/config/update.conf new file mode 100644 index 0000000000..096e433d52 --- /dev/null +++ b/system/cfengine/config/update.conf @@ -0,0 +1,25 @@ +control: + + actionsequence = ( copy tidy ) + domain = ( localhost ) + workdir = ( /var/cfengine ) + policyhost = ( localhost ) + master_cfinput = ( /var/cfengine/masterfiles ) + +copy: + + $(master_cfinput) + dest=$(workdir)/inputs + r=inf + mode=644 + type=binary + ignore=*.lst + ignore=*~ + ignore=#* + ignore=RCS + ignore=CVS + server=$(policyhost) + +tidy: + + $(workdir)/outputs pattern=* age=7 |