]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/manifests/mod/authn_core.pp
add Openstack modules to 3rdparty
[dsa-puppet.git] / 3rdparty / modules / apache / manifests / mod / authn_core.pp
diff --git a/3rdparty/modules/apache/manifests/mod/authn_core.pp b/3rdparty/modules/apache/manifests/mod/authn_core.pp
new file mode 100644 (file)
index 0000000..c5ce5b1
--- /dev/null
@@ -0,0 +1,7 @@
+class apache::mod::authn_core(
+  $apache_version = $::apache::apache_version
+) {
+  if versioncmp($apache_version, '2.4') >= 0 {
+    ::apache::mod { 'authn_core': }
+  }
+}