From da8598dd622df36f853b32782e8c9756d2a4e787 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 14 Mar 2018 15:19:07 +0100 Subject: Fixed update.cf problem no copying all template files --- services/common.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/common.cf') diff --git a/services/common.cf b/services/common.cf index ebc3a5f..d315c6a 100644 --- a/services/common.cf +++ b/services/common.cf @@ -5,7 +5,7 @@ bundle agent common "/etc/hosts" edit_defaults => std_defs, perms => system_owned("444"), - copy_from => local_dcp("$(sys.inputdir)/templates/common/hosts"), + copy_from => local_dcp("$(sys.inputdir)/templates/common/hosts.cftpl"), classes => if_repaired("common_hosts_files_repaired"); reports: any:: -- cgit v1.2.3