Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
7e3ca5c2 01/03/2014 08:35 AM Michael Moll

fixes #3874 - extend paths for FreeBSD support

e478c9e7 01/01/2014 03:48 PM Glen Ogilvie

fixes #3936 added a method of running a custom tool, to trigger puppet.

4a8e35aa 11/22/2013 04:16 PM François Deppierraz

fixes #3732 - Saltstack puppet provider, using 'salt host puppet.run'

81a34451 10/16/2013 07:22 PM Greg Petras

fixes #3150 - adds ability to specify the user to invoke sudo as when calling mco/puppet kick

13ed4712 09/08/2013 07:18 AM Hannes Schaller

fixes #3047 - added puppetrun over ssh support

e4ee928b 07/04/2013 03:47 AM Daniel Baeurer

fixes #2738 - handle multiple dynamic modulepaths

4a8411d8 06/18/2013 03:34 AM Dmitri Dolguikh

fixes #2662 - Proxy::Util.escape_for_shell is being used in PuppetRun.run and MCollective.run methods

92a8bdef 06/14/2013 07:33 AM Greg Sutcliffe

Fixes #2659 - Use gsub in a non-destructive manner

1c60be63 06/14/2013 07:33 AM Greg Sutcliffe

Fixes #2654 - Rewrite master as production when only one environment is found

c4a245d5 06/07/2013 08:32 AM Dmitri Dolguikh

fixes #2520 - defines default settings for dns and puppet

414b3a69 06/04/2013 03:20 PM Kamil Winczek

fixes #2614 - log messages regarding puppetrun via mcollective

722bba2d 05/28/2013 02:05 PM Greg Sutcliffe

Fixes #2119 - Properly support colon-separated modulepath

80f8a61f 05/10/2013 12:21 PM Sam Kottler

fixes #2116 - mcollective support for the proxy to initialize puppetrun

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

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

dd7018f8 03/04/2013 03:00 AM Dominic Cleal

fixes #2191 - undef in puppet class params is optional

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...

90a57cf1 01/08/2013 04:07 AM Christoph Witzany

fixes #2114 Add warning if no environments found

4e24d8c8 01/08/2013 04:02 AM Raffael Schmid

fixes #2099 - fix handling of multiple module paths

Replace every occurrence of $confdir, not only the first one

ce3bbf11 01/08/2013 04:02 AM Dominic Cleal

fixes #2099 - interpolate $confdir if $environment not used

4c3b4837 01/02/2013 05:25 AM Ohad Levy

fixes #2077 - proxy should not return nil for parameters with a function call

in cases where puppet has class declaration such as:

class xyz($param = myfunction('p'))

the proxy would return a that param value is nil.
this patch changes that, so it return it as a string, allowing users to know...

7530ea4b 12/05/2012 09:15 AM Dominic Cleal

fixes #1983 - use /etc/puppet/puppet.conf by default

When initialising Puppet 3 settings directly, a config dir or file is required,
so default to /etc/puppet/puppet.conf (as the puppetca code also does).

a07f4bd0 11/22/2012 10:37 AM Dominic Cleal

fixes #1915 - load environments from Puppet 3

Two changes to support loading environment settings from Puppet 3:

  • explicitly specify the run_mode as being 'master' to ensure the config is
    parsed in a puppetmaster context
  • call private method to fully clear the state in Puppet::Settings allowing for...
c8ee1bfe 11/11/2012 04:27 AM Greg Sutcliffe

Fixes #1761 - default to /etc/puppet if we can't find a value for

6c458743 10/24/2012 09:36 AM Greg Sutcliffe

Fixes #1914: Raise if we cannot read the puppet conf file, report the path otherwise

07aedac4 09/12/2012 03:03 AM Ohad Levy

added comment for code clarity

56947667 09/12/2012 03:03 AM Ohad Levy

make sure that class parameters are prefixed correctly and not as strings

330dbef3 08/29/2012 06:47 AM Ohad Levy

fixes #1835 - proxy now can import classes from puppet 2.7.19

1ce43f91 07/19/2012 07:34 AM Ohad Levy

Export arguments of parameterized classes

Use puppet/parser for a first class analysis of the class definitions.
Using regexes would have been a nightmare.

Exports a "params" sub-object whose keys are the parameter names and
values are a best-effort convertion from AST leaves to native ruby...

d396690f 07/18/2012 03:46 AM Greg Sutcliffe

fixes #1733 - Environment issue if the env is not specifically defined

d54d0686 06/06/2012 07:36 AM Florent Castelli

Don't modify the hash we are iterating on when listing environments fixes #1654

b08f131c 06/06/2012 07:35 AM Florent Castelli

Filter folders matching correct environments name

"Environment names should only contain alphanumeric characters and
underscores, and are case-sensitive"
http://docs.puppetlabs.com/guides/environment.html#naming-environments

083405c8 04/25/2012 02:31 PM Ohad Levy

fixes # 1587 Puppet's modulepath not interpreted correctly by proxy

2d232cff 03/28/2012 02:13 PM Jason Antman

fixes #1552 - expand $confdir if used in puppet.conf modulepath

0f2cfebb 02/23/2012 02:45 AM Ohad Levy

refs #1387 make sure that we won't fail if the modulepath detection is wrong

6c500f38 02/22/2012 09:25 AM Ohad Levy

fixes #1387 - support puppet dynamic environments detection

2f163643 02/22/2012 08:55 AM Ohad Levy

refs #1499 - minor restructuring

5da8bfa9 02/20/2012 10:16 AM Ohad Levy

fixes #1499 - show puppet environments and classes over the API