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