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