blob: 5c2d202faa25d88b0ce1ea6c752771d8d7e64f40 (
plain)
1
2
3
4
5
6
|
class apache::ssl::itk_plus inherits apache::ssl::itk {
case $operatingsystem {
centos: { include ::apache::ssl::itk_plus::centos }
default: { fail("itk plus mode is currently only implemented for CentOS") }
}
}
|