]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/tests/mods_custom.pp
remove all openstack foo
[dsa-puppet.git] / 3rdparty / modules / apache / tests / mods_custom.pp
diff --git a/3rdparty/modules/apache/tests/mods_custom.pp b/3rdparty/modules/apache/tests/mods_custom.pp
deleted file mode 100644 (file)
index 0ae699c..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-## custom mods
-
-# Base class. Declares default vhost on port 80 and default ssl
-# vhost on port 443 listening on all interfaces and serving
-# $apache::docroot, and declaring a custom set of modules.
-class { 'apache':
-  default_mods => [
-    'info',
-    'alias',
-    'mime',
-    'env',
-    'setenv',
-    'expires',
-  ],
-}
-