summaryrefslogtreecommitdiff
path: root/manifests/ssl.pp
diff options
context:
space:
mode:
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',
- }
-}