summaryrefslogtreecommitdiff
path: root/manifests/ssl
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-16 22:07:47 +0200
committermh <mh@immerda.ch>2010-08-16 22:07:47 +0200
commitf33e0ae2325584d79794078cfe9a962768e7e06b (patch)
tree1bf0f4329f95ced52806c2e4d3cc9efde8c1a6c5 /manifests/ssl
parenta2b49033128d11505157ff09e4a3eeea5db2c366 (diff)
correctly fix problem
Diffstat (limited to 'manifests/ssl')
-rw-r--r--manifests/ssl/itk_plus.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/ssl/itk_plus.pp b/manifests/ssl/itk_plus.pp
new file mode 100644
index 0000000..5c2d202
--- /dev/null
+++ b/manifests/ssl/itk_plus.pp
@@ -0,0 +1,6 @@
+class apache::ssl::itk_plus inherits apache::ssl::itk {
+ case $operatingsystem {
+ centos: { include ::apache::ssl::itk_plus::centos }
+ default: { fail("itk plus mode is currently only implemented for CentOS") }
+ }
+}