summaryrefslogtreecommitdiff
path: root/manifests/ssl/centos.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/ssl/centos.pp')
-rw-r--r--manifests/ssl/centos.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/ssl/centos.pp b/manifests/ssl/centos.pp
index b2c8ad8..7bc8c89 100644
--- a/manifests/ssl/centos.pp
+++ b/manifests/ssl/centos.pp
@@ -5,4 +5,8 @@ class apache::ssl::centos inherits apache::ssl::base {
require => Package[apache],
}
::apache::config::global{ 'ssl.conf': }
+
+ apache::config::global{'00-listen-ssl.conf':
+ ensure => absent,
+ }
}