Puppet Class: maestro::logging
- Defined in:
- manifests/logging.pp
Overview
1 2 3 |
# File 'manifests/logging.pp', line 1
class maestro::logging( $level = 'INFO' ) {
warning("maestro::logging is deprecated and ignored, use maestro::params::logging_level")
}
|