summaryrefslogtreecommitdiff
path: root/update.cf
diff options
context:
space:
mode:
Diffstat (limited to 'update.cf')
-rw-r--r--update.cf6
1 files changed, 3 insertions, 3 deletions
diff --git a/update.cf b/update.cf
index 7f0d6ff..537f145 100644
--- a/update.cf
+++ b/update.cf
@@ -12,10 +12,8 @@ bundle agent main
vars:
any::
"input_name_patterns" slist => {
- "authorized_keys",
- "cf_promises_release_id",
- ".*templates.*",
".*\.cf",
+ ".*\.cftpl",
".*\.dat",
".*\.txt",
".*\.cfg",
@@ -81,6 +79,8 @@ body copy_from secure_cp(from)
compare => "digest";
encrypt => "true";
verify => "true";
+ copy_backup => "false";
+ purge => "true";
!am_policy_hub::
servers => { "$(sys.policy_hub)" };
portnumber => "$(sys.policy_hub_port)";