summaryrefslogtreecommitdiff
path: root/manifests/centos/worker.pp
blob: f374bb702c809ba3bedc670b9d6a5dc9612ca96d (plain)
1
2
3
4
5
class apache::centos::worker inherits apache::centos {
    File['apache_service_config']{
      source => "puppet:///modules/apache/service/${::operatingsystem}/httpd.worker"
    }
}