summaryrefslogtreecommitdiff
path: root/manifests/hosting/admin.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/hosting/admin.pp')
-rw-r--r--manifests/hosting/admin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/hosting/admin.pp b/manifests/hosting/admin.pp
index 554a202..0dd546e 100644
--- a/manifests/hosting/admin.pp
+++ b/manifests/hosting/admin.pp
@@ -1,5 +1,5 @@
class websites::hosting::admin inherits websites::setup {
# Include the needed classes for admin interfaces
include trac
- include gitweb
+ include git::gitweb
}