summaryrefslogtreecommitdiff
path: root/manifests/ssl.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-11-01 11:21:01 +0000
committermh <mh@immerda.ch>2008-11-01 11:21:01 +0000
commitb26610a37cc5ef10a0e4342e2b2a2f91a78c7c52 (patch)
treea1346cffce001d957e57510453b906a525915f39 /manifests/ssl.pp
parent0e75ef0a2b30bfdfc74a4c18e0ea3f4b86b34e25 (diff)
fixed itk ssl stuff
Diffstat (limited to 'manifests/ssl.pp')
-rw-r--r--manifests/ssl.pp12
1 files changed, 12 insertions, 0 deletions
diff --git a/manifests/ssl.pp b/manifests/ssl.pp
index 7106907..fb131f0 100644
--- a/manifests/ssl.pp
+++ b/manifests/ssl.pp
@@ -31,3 +31,15 @@ class apache::ssl::gentoo inherits apache::ssl::base {
apache::module::file { '00_error_documents': }
apache::vhost::file { '00_default_ssl_vhost': }
}
+
+class apach::ssl::itk inherits apache {
+ case $operatingsystem {
+ centos: { include apache::ssl::centos }
+ }
+}
+
+class apache::ssl::itk::centos inherits apache::ssl::centos {
+ Package['mod_ssl']{
+ name => 'mod_ssl-itk',
+ }
+}