summaryrefslogtreecommitdiff
path: root/manifests/init.pp
blob: a467c5466fd6e5dc47ead01c769c6c454321accf (plain)
1
2
3
4
5
6
7
8
9
class websites inherits websites::setup {
  apache::site { "images":
    docroot        => "${apache::www_folder}/images",
    allow_override => 'All',
    manage_user    => false,
    mpm            => false,
    tag            => 'all',
  }
}