diff options
Diffstat (limited to 'manifests/ssl')
-rw-r--r-- | manifests/ssl/itk_plus/centos.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ssl/itk_plus/centos.pp b/manifests/ssl/itk_plus/centos.pp index d8989c9..3638c69 100644 --- a/manifests/ssl/itk_plus/centos.pp +++ b/manifests/ssl/itk_plus/centos.pp @@ -4,7 +4,7 @@ class apache::ssl::itk_plus::centos inherits apache::ssl::centos { source => "apache/itk_plus/conf.d/${operatingsystem}/ssl.conf", } - apache::config::global{'00-listen-ssl.conf': + Apache::Config::Global{'00-listen-ssl.conf': ensure => 'present', content => template("apache/itk_plus/${operatingsystem}/00-listen-ssl.conf.erb"), } |