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