]> git.donarmstrong.com Git - dsa-puppet.git/blob - 3rdparty/modules/apache/tests/mod_load_params.pp
add Openstack modules to 3rdparty
[dsa-puppet.git] / 3rdparty / modules / apache / tests / mod_load_params.pp
1 # Tests the path and identifier parameters for the apache::mod class
2
3 # Base class for clarity:
4 class { 'apache': }
5
6
7 # Exaple parameter usage:
8 apache::mod { 'testmod':
9   path => '/usr/some/path/mod_testmod.so',
10   id   => 'testmod_custom_name',
11 }