1 2 3 4 5 6 7
class websites inherits websites::setup { apache::site { "images": docroot => "${apache::www_folder}/images", mpm => false, tag => 'all', } }