Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  proxy
bmc_api.rb 7.57 KB
checks.rb 325 Bytes
daemon.rb 879 Bytes
dhcp_api.rb 3.27 KB
dns_api.rb 784 Bytes
facts_api.rb 468 Bytes
features_api.rb 427 Bytes
helpers.rb 818 Bytes
proxy.rb 687 Bytes
puppet_api.rb 1.22 KB
puppetca_api.rb 1.49 KB
sinatra-patch.rb 1.67 KB
smart_proxy.rb 2.42 KB
tftp_api.rb 1.92 KB

Latest revisions

# Date Author Comment
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...

c60b9b25 12/10/2012 03:22 PM Ohad Levy

release bump to 1.1RC1

b4982e24 12/10/2012 02:58 PM Greg Sutcliffe

fixes #2031 - Remove dependency on net-ping

9a387048 12/05/2012 02:03 PM Greg Sutcliffe

fixes #2016 Use a tmpfile+lockfile to avoid race conditions in IP suggestion

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

66223ef2 11/28/2012 05:44 AM Greg Sutcliffe

Fixes #1984 - explicitly call array.join when writing autosign.conf

7a744581 11/22/2012 10:39 AM Dominic Cleal

fixes #1967 - missing require for Puppet constant

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

View revisions

Also available in: Atom