summaryrefslogtreecommitdiff
path: root/manifests/ssl/itk.pp
blob: 62c96cf3658fa8da66485b66e47d7a4eece68564 (plain)
1
2
3
4
5
6
7
8
# manifests/ssl/itk.pp

class apache::ssl::itk inherits apache::ssl {
    case $operatingsystem {
        centos: { include apache::ssl::itk::centos }
    }
}