summaryrefslogtreecommitdiff
path: root/manifests/itk.pp
blob: 640b69c26f110f4e39f1f16ef521d65610611921 (plain)
1
2
3
4
5
6
7
8
9
10
11
# manifests/itk.pp
#
# see: http://mpm-itk.sesse.net/

class apache::itk inherits apache {
    case $operatingsystem {
        centos: { include ::apache::centos::itk }
        debian: { include ::apache::debian::itk }
        default: { include ::apache::base::itk }
    }
}