diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gitweb/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gitweb/manifests/init.pp b/modules/gitweb/manifests/init.pp index d367bc51..59e74657 100644 --- a/modules/gitweb/manifests/init.pp +++ b/modules/gitweb/manifests/init.pp @@ -15,7 +15,7 @@ class gitweb { webapp_file => 'gitweb/webapp.conf', } - local_script { 'gitweb.wrapper.sh': + mga-common::local_script { 'gitweb.wrapper.sh': content => template('gitweb/wrapper.sh'), notify => Service['apache'], } |