Project

General

Profile

Download (1005 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
1dc369d4 06/09/2014 06:36 PM Dominic Cleal

fixes #5856 - use public initializer for Puppet settings

597ab3ab 03/21/2014 05:28 PM Dominic Cleal

fixes #4686 - don't rely on Puppet[:config] to store config file location

aff8fa8b 03/17/2013 03:46 PM Dominic Cleal

fixes #2067 - disable puppet's handling of 'import' to fix manifests containing it

d58db757 01/20/2013 09:58 AM Dominic Cleal

fixes #2085 - load Puppet 3 app defaults for master mode too

Allows $confdir and other run mode specific settings to be initialised from
the defaults present in Puppet::Util::RunMode. When requesting detail on
classes, the Puppet parser indirectly requests app level settings so both...