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