class apache::ssl::itk_plus::centos inherits apache::ssl::centos { include apache::ssl::itk::centos Apache::Config::Global['ssl.conf']{ source => "apache/itk_plus/conf.d/${operatingsystem}/ssl.conf", } apache::config::global{'00-listen-ssl.conf': ensure => 'present', content => template("apache/itk_plus/${operatingsystem}/00-listen-ssl.conf.erb"), } }