summaryrefslogtreecommitdiff
path: root/manifests/ssl
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-16 22:09:22 +0200
committermh <mh@immerda.ch>2010-08-16 22:09:22 +0200
commitdea5d21e4cd812d4937938250c1d20b8b0089f5d (patch)
treee0579e218a48a9205cb442a410832752e534c41a /manifests/ssl
parentf33e0ae2325584d79794078cfe9a962768e7e06b (diff)
override instead of redefine
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 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"),
}