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 b9078f5d..d367bc51 100644
--- a/modules/gitweb/manifests/init.pp
+++ b/modules/gitweb/manifests/init.pp
@@ -20,7 +20,7 @@ class gitweb {
notify => Service['apache'],
}
- apache::vhost_base { "gitweb.$::domain":
+ apache::vhost::base { "gitweb.$::domain":
content => template('gitweb/vhost.conf')
}
}