summaryrefslogtreecommitdiff
path: root/manifests/ssl.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-11-07 18:43:57 +0000
committermh <mh@immerda.ch>2008-11-07 18:43:57 +0000
commit789bb5be9fe4d77d326be6f4cf70d7f844c737f6 (patch)
tree7ed3dc2bb5aa76635b98eb1d9cf6267d5642b388 /manifests/ssl.pp
parent7c2ebfd5e1fc306b9ac04d54eddd6c618dad9046 (diff)
include default stuff for ssl
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',
}