summaryrefslogtreecommitdiff
path: root/puppet/modules/apache/manifests/ssl/itk/centos.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/apache/manifests/ssl/itk/centos.pp')
m---------puppet/modules/apache0
-rw-r--r--puppet/modules/apache/manifests/ssl/itk/centos.pp6
2 files changed, 6 insertions, 0 deletions
diff --git a/puppet/modules/apache b/puppet/modules/apache
deleted file mode 160000
-Subproject 117bed9a9263c21d253d86b667eb165948efdc2
diff --git a/puppet/modules/apache/manifests/ssl/itk/centos.pp b/puppet/modules/apache/manifests/ssl/itk/centos.pp
new file mode 100644
index 00000000..fb6a4a6b
--- /dev/null
+++ b/puppet/modules/apache/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',
+ }
+}
+