summaryrefslogtreecommitdiff
path: root/cfengine
diff options
context:
space:
mode:
Diffstat (limited to 'cfengine')
-rw-r--r--cfengine/cf.services.dhcp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cfengine/cf.services.dhcp b/cfengine/cf.services.dhcp
index 256374f..27dcdd3 100644
--- a/cfengine/cf.services.dhcp
+++ b/cfengine/cf.services.dhcp
@@ -41,11 +41,11 @@ editfiles:
# We don't make the dhcp.conf dynamically, but instead we copy the contents
# of a master file, but only if it's newer than the one installed.
#
- BeginGroupIfFileExists "/etc/local-COMMON/dhcpd_$(fqhost).conf"
- BeginGroupIfFileIsNewer "/etc/local-COMMON/dhcpd_$(fqhost).conf"
+ BeginGroupIfFileExists "/etc/local-COMMON/dhcp3/dhcpd_$(fqhost).conf"
+ BeginGroupIfFileIsNewer "/etc/local-COMMON/dhcp3/dhcpd_$(fqhost).conf"
AutoCreate
EmptyEntireFilePlease
- InsertFile "/etc/local-COMMON/dhcpd_$(fqhost).conf"
+ InsertFile "/etc/local-COMMON/dhcp3/dhcpd_$(fqhost).conf"
Append "# Edited by cfengine $(date)"
EndGroup
DefineClasses "dhcpd3_reload"