]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/manifests/mod/shib.pp
remove all openstack foo
[dsa-puppet.git] / 3rdparty / modules / apache / manifests / mod / shib.pp
diff --git a/3rdparty/modules/apache/manifests/mod/shib.pp b/3rdparty/modules/apache/manifests/mod/shib.pp
deleted file mode 100644 (file)
index 8ec4c6d..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-class apache::mod::shib (
-  $suppress_warning = false,
-) {
-
-  if $::osfamily == 'RedHat' and ! $suppress_warning {
-    warning('RedHat distributions do not have Apache mod_shib in their default package repositories.')
-  }
-
-  $mod_shib = 'shib2'
-
-  apache::mod {$mod_shib:
-    id => 'mod_shib',
-  }
-
-}
\ No newline at end of file