Skip to content

Commit fb7a775

Browse files
authored
Merge pull request #521 from raphink/fix_disable_dhclient
Fix disable_dhclient
2 parents 140e965 + 54d6f51 commit fb7a775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/config.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
if $ntp::disable_dhclient {
9292
augeas { 'disable ntp-servers in dhclient.conf':
93-
context => '/etc/dhcp/dhclient.conf',
93+
context => '/files/etc/dhcp/dhclient.conf',
9494
changes => 'rm request/*[.="ntp-servers"]',
9595
}
9696

0 commit comments

Comments
 (0)