Module: Puppet::Parser::Functions

Defined in:
lib/puppet/parser/functions/yaml_to_log4j.rb

Overview

Returns an array of 5 hashes, in exactly this order:

- Hash of log4j::configfile
- Hash of log4j::logger
- Hash of log4j::appenders::console
- Hash of log4j::appenders::file
- Hash of log4j::appenders::rollingfile

The intention is that these hashes can then be called with the create_resources() function