aboutsummaryrefslogtreecommitdiff
path: root/modules/site_websites/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/site_websites/manifests/init.pp')
-rw-r--r--modules/site_websites/manifests/init.pp7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/site_websites/manifests/init.pp b/modules/site_websites/manifests/init.pp
index f9d900a..c98ca7d 100644
--- a/modules/site_websites/manifests/init.pp
+++ b/modules/site_websites/manifests/init.pp
@@ -1,5 +1,11 @@
class site_websites inherits websites::hosting {
# Website definitions: always use tagged resources
+ apache::site { "git":
+ source => true,
+ docroot => '/var/git/repositories',
+ mpm => false,
+ tag => 'all',
+ }
#apache::site { "site":
# source => true,
@@ -12,5 +18,4 @@ class site_websites inherits websites::hosting {
# password => 'xxx',
# tag => 'all',
#}
-
}