summaryrefslogtreecommitdiff
path: root/manifests/ssl.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/ssl.pp')
-rw-r--r--manifests/ssl.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/ssl.pp b/manifests/ssl.pp
index a67ea90..53848e9 100644
--- a/manifests/ssl.pp
+++ b/manifests/ssl.pp
@@ -31,6 +31,8 @@ class apache::ssl::centos inherits apache::ssl::base {
class apache::ssl::gentoo inherits apache::ssl::base {}
class apache::ssl::openbsd inherits apache::openbsd {
+ include apache::ssl::base
+
Line['enable_apache_on_boot']{
ensure => 'absent',
}