class websites inherits websites::setup { apache::site { "images": docroot => "${apache::www_folder}/images", allow_override => 'All', manage_user => false, mpm => false, tag => 'all', } }