]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/tests/mod_load_params.pp
add Openstack modules to 3rdparty
[dsa-puppet.git] / 3rdparty / modules / apache / tests / mod_load_params.pp
diff --git a/3rdparty/modules/apache/tests/mod_load_params.pp b/3rdparty/modules/apache/tests/mod_load_params.pp
new file mode 100644 (file)
index 0000000..0e84c5e
--- /dev/null
@@ -0,0 +1,11 @@
+# Tests the path and identifier parameters for the apache::mod class
+
+# Base class for clarity:
+class { 'apache': }
+
+
+# Exaple parameter usage:
+apache::mod { 'testmod':
+  path => '/usr/some/path/mod_testmod.so',
+  id   => 'testmod_custom_name',
+}