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