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