try again, with puppetforge modules, correctly included now
[mirror/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 }