0e84c5efbf5e8d963bb15002ee5fbdd70b4b45d0
[mirror/dsa-puppet.git] / 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 }