summaryrefslogtreecommitdiff
path: root/manifests/ssl
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-16 22:10:24 +0200
committermh <mh@immerda.ch>2010-08-16 22:10:24 +0200
commit43c6896311592f113975b89db7d2b493a3e66c43 (patch)
tree6b4f3fd87bf8cae1fe10e3de1f3346f4fbefef8a /manifests/ssl
parentdea5d21e4cd812d4937938250c1d20b8b0089f5d (diff)
correctly fix problem
Diffstat (limited to 'manifests/ssl')
-rw-r--r--manifests/ssl/itk_plus/centos.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ssl/itk_plus/centos.pp b/manifests/ssl/itk_plus/centos.pp
index 3638c69..a67f3dc 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"),
}