summaryrefslogtreecommitdiff
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.pp21
1 files changed, 0 insertions, 21 deletions
diff --git a/modules/site_websites/manifests/init.pp b/modules/site_websites/manifests/init.pp
deleted file mode 100644
index c98ca7d..0000000
--- a/modules/site_websites/manifests/init.pp
+++ /dev/null
@@ -1,21 +0,0 @@
-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,
- # ticket => '001',
- # docroot => '/var/www/site',
- # tag => 'all',
- #}
-
- #database::instance { "site":
- # password => 'xxx',
- # tag => 'all',
- #}
-}