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