Added support for custom gitweb config files.
This commit is contained in:
parent
7175e95756
commit
cd60887af0
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@ class git::server inherits git::client {
|
||||||
|
|
||||||
file { "/var/www/git/gitweb_config.perl":
|
file { "/var/www/git/gitweb_config.perl":
|
||||||
ensure => present,
|
ensure => present,
|
||||||
source => "puppet:///git/gitweb_config.perl",
|
source => [ "puppet:///files/git/gitweb_config.perl.${fqdn}",
|
||||||
|
"puppet:///files/git/gitweb_config.perl",
|
||||||
|
"puppet:///git/gitweb_config.perl", ],
|
||||||
mode => 0644,
|
mode => 0644,
|
||||||
owner => root,
|
owner => root,
|
||||||
group => root,
|
group => root,
|
||||||
|
|
Loading…
Add table
Reference in a new issue