From 43c6896311592f113975b89db7d2b493a3e66c43 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 16 Aug 2010 22:10:24 +0200 Subject: correctly fix problem --- manifests/ssl/itk_plus/centos.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/ssl') 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"), } -- cgit v1.2.3