aboutsummaryrefslogtreecommitdiff
path: root/templates/puppet
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-03 14:23:01 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-03 14:23:01 -0300
commit7bd2f91c12c2f270aa12d5a39da6eaec65375dfb (patch)
treee8ca51e82f8d891a13ef0a39479dc6ad6a7fc720 /templates/puppet
parentc6ab319d3d04ee695163badf6c3ae931056a249d (diff)
downloadpuppet-bootstrap-7bd2f91c12c2f270aa12d5a39da6eaec65375dfb.tar.gz
puppet-bootstrap-7bd2f91c12c2f270aa12d5a39da6eaec65375dfb.tar.bz2
Adding classes needed by puppetmaster
Diffstat (limited to 'templates/puppet')
-rw-r--r--templates/puppet/websites.pp.erb43
1 files changed, 0 insertions, 43 deletions
diff --git a/templates/puppet/websites.pp.erb b/templates/puppet/websites.pp.erb
deleted file mode 100644
index 622c6c9..0000000
--- a/templates/puppet/websites.pp.erb
+++ /dev/null
@@ -1,43 +0,0 @@
-class websites::admin inherits websites::hosting::admin {
- #apache::site { "admin":
- # ticket => '64',
- # docroot => "${apache::sites_folder}/admin/trac/htdocs",
- # use => [ "Trac admin" ],
- # redirect_match => "trac",
- # mpm => false,
- # tag => 'all',
- #}
-
- #apache::site { "munin":
- # ticket => '153',
- # docroot => '/var/www/munin',
- # owner => "munin",
- # group => "munin",
- # mpm => false,
- # tag => 'all',
- #}
-
- #apache::site { "nagios":
- # source => true,
- # docroot => '/usr/share/nagios3/htdocs',
- # mpm => false,
- # tag => 'all',
- #}
-}
-
-class websites inherits websites::hosting {
- # Website definitions: always use tagged resources
-
- #apache::site { "site":
- # source => true,
- # ticket => '001',
- # docroot => '/var/www/site',
- # tag => 'all',
- #}
-
- #database::instance { "site":
- # password => 'xxx',
- # tag => 'all',
- #}
-
-}