Defined Type: compliance_markup::map
- Defined in:
- manifests/map.pp
Overview
A wrapper to ensure that the mapper is called during the appropriate phase of the catalog compile.
Defines appear to be run after all classes
The options hash is passed directly to the compliance_map
function
7 8 9 10 11 |
# File 'manifests/map.pp', line 7
define compliance_markup::map (
$options = {}
) {
compliance_map($options)
}
|