]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/manifests/mod/cgi.pp
remove all openstack foo
[dsa-puppet.git] / 3rdparty / modules / apache / manifests / mod / cgi.pp
diff --git a/3rdparty/modules/apache/manifests/mod/cgi.pp b/3rdparty/modules/apache/manifests/mod/cgi.pp
deleted file mode 100644 (file)
index 91352e8..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-class apache::mod::cgi {
-  case $::osfamily {
-    'FreeBSD': {}
-    default: {
-      Class['::apache::mod::prefork'] -> Class['::apache::mod::cgi']
-    }
-  }
-
-  ::apache::mod { 'cgi': }
-}