summaryrefslogtreecommitdiff
path: root/manifests/centos/itk.pp
blob: 9e97fa0eb8748ce0121d56041ebd25a7cb7ff481 (plain)
1
2
3
4
5
6
7
8
9
10
# http://hostby.net/home/2008/07/12/centos-5-and-mpm-itk/
class apache::centos::itk inherits apache::centos {
    include ::apache::base::itk
    Package['apache']{
        name => 'httpd-itk',
    }
    File['apache_service_config']{
      source => "puppet:///modules/apache/service/CentOS/httpd.itk"
    }
}