From a5be3114f8af104415205b0763e51d3ad24c33cd Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 13 Jun 2012 17:45:35 -0300 Subject: remove hiera --- manifests/ssl.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/ssl.pp') diff --git a/manifests/ssl.pp b/manifests/ssl.pp index a604b05..bfef7ad 100644 --- a/manifests/ssl.pp +++ b/manifests/ssl.pp @@ -1,13 +1,13 @@ # manifests/ssl.pp -class apache::ssl inherits apache { +class apache::ssl { case $::operatingsystem { centos: { include apache::ssl::centos } openbsd: { include apache::ssl::openbsd } debian: { include apache::ssl::debian } defaults: { include apache::ssl::base } } - if hiera('use_shorewall',false) { + if $apache::manage_shorewall { include shorewall::rules::https } } -- cgit v1.2.3