]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/manifests/mod/authn_core.pp
remove all openstack foo
[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
deleted file mode 100644 (file)
index c5ce5b1..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-class apache::mod::authn_core(
-  $apache_version = $::apache::apache_version
-) {
-  if versioncmp($apache_version, '2.4') >= 0 {
-    ::apache::mod { 'authn_core': }
-  }
-}