summaryrefslogtreecommitdiff
path: root/manifests/worker.pp
blob: e7a96fabedd0cd8cb523dd12a766bf4e53ce83ad (plain)
1
2
3
4
5
class apache::worker inherits apache {
  case $operatingsystem {
    centos: { include ::apache::centos::worker }
  }
}