]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/tests/mod_load_params.pp
remove all openstack foo
[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
deleted file mode 100644 (file)
index 0e84c5e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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',
-}