summaryrefslogtreecommitdiff
path: root/manifests/ssl/itk/centos.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/ssl/itk/centos.pp')
-rw-r--r--manifests/ssl/itk/centos.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/ssl/itk/centos.pp b/manifests/ssl/itk/centos.pp
new file mode 100644
index 00000000..fb6a4a6b
--- /dev/null
+++ b/manifests/ssl/itk/centos.pp
@@ -0,0 +1,6 @@
+class apache::ssl::itk::centos inherits apache::ssl::centos {
+ Package['mod_ssl']{
+ name => 'mod_ssl-itk',
+ }
+}
+