# use => [ "Trac admin" ],
# redirect_match => "trac",
# mpm => false,
+ # tag => 'all',
#}
#apache::site { "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
- #
- # TODO:
- #
- # - Use virtual resources:
- # - Tags by locations where the site can be hosted.
- # - Possible integration with cache proxies.
- #
+ # Website definitions: always use virtual resources
- #apache::site { "site":
+ #@apache::site { "site":
# source => true,
# ticket => '001',
# docroot => '/var/www/site',
+ # tag => 'all',
#}
- #database::instance { "site":
+ #@database::instance { "site":
# password => 'xxx',
+ # tag => 'all',
#}
}