Changed remaining fqdn references to homename
This commit is contained in:
parent
74d93dae34
commit
ebde843cc6
17 changed files with 48 additions and 52 deletions
|
@ -103,7 +103,7 @@ class dhcp::server inherits dhcp::server::common {
|
|||
file { "dhcpd.conf":
|
||||
name => "${confdir}/dhcpd.conf",
|
||||
ensure => present,
|
||||
source => [ "puppet:///files/dhcp/dhcpd.conf.${fqdn}",
|
||||
source => [ "puppet:///files/dhcp/dhcpd.conf.${::homename}",
|
||||
"puppet:///files/dhcp/dhcpd.conf", ],
|
||||
mode => "0644",
|
||||
owner => "root",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue