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