summaryrefslogtreecommitdiff
path: root/cfengine
diff options
context:
space:
mode:
authorJulien Dessaux2018-03-14 15:19:07 +0100
committerJulien Dessaux2018-03-14 15:19:07 +0100
commitda8598dd622df36f853b32782e8c9756d2a4e787 (patch)
tree2862d6a09ba81a5fbec157ce84294333a3b10bc6 /cfengine
parentAdded rutorrent docker container to /etc/hosts (diff)
downloadmasterfiles-da8598dd622df36f853b32782e8c9756d2a4e787.tar.gz
masterfiles-da8598dd622df36f853b32782e8c9756d2a4e787.tar.bz2
masterfiles-da8598dd622df36f853b32782e8c9756d2a4e787.zip
Fixed update.cf problem no copying all template files
Diffstat (limited to 'cfengine')
-rw-r--r--cfengine/watchdog.cf2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfengine/watchdog.cf b/cfengine/watchdog.cf
index baf3993..f1fec41 100644
--- a/cfengine/watchdog.cf
+++ b/cfengine/watchdog.cf
@@ -10,7 +10,7 @@ bundle agent cfengine_watchdog
"/etc/cron.d/cfengine_watchdog"
create => "true",
perms => system_owned("444"),
- edit_template => "$(sys.inputdir)/templates/cfengine/cfengine_watchdog",
+ edit_template => "$(sys.inputdir)/templates/cfengine/cfengine_watchdog.cftpl",
template_method => "mustache",
template_data => parsejson("$(data)"),
classes => if_repaired("cfengine_watchdog_repaired");