]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/tests/mods.pp
try again, with puppetforge modules, correctly included now
[dsa-puppet.git] / 3rdparty / modules / apache / tests / mods.pp
diff --git a/3rdparty/modules/apache/tests/mods.pp b/3rdparty/modules/apache/tests/mods.pp
new file mode 100644 (file)
index 0000000..59362bd
--- /dev/null
@@ -0,0 +1,9 @@
+## Default 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 our default set of modules.
+class { 'apache':
+  default_mods => true,
+}
+