view modules/apache/tests/mod_load_params.pp @ 224:636866c00b86 puppet-3.6

Blacklist more user probes - a database and a generic "service"
author IBBoard <dev@ibboard.co.uk>
date Sun, 27 Oct 2019 16:59:42 +0000
parents 956e484adc12
children
line wrap: on
line source

# 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',
}