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