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', #} }