summaryrefslogtreecommitdiff
path: root/manifests/ssl/itk.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/ssl/itk.pp')
-rw-r--r--manifests/ssl/itk.pp14
1 files changed, 14 insertions, 0 deletions
diff --git a/manifests/ssl/itk.pp b/manifests/ssl/itk.pp
new file mode 100644
index 0000000..910a48d
--- /dev/null
+++ b/manifests/ssl/itk.pp
@@ -0,0 +1,14 @@
+# manifests/ssl/itk.pp
+
+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',
+ }
+}
+