Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
config.ru.2.erb 553 Bytes
config.ru.erb 1.63 KB
environment.conf.erb 368 Bytes
post-receive.erb 4.23 KB
puppet.conf.env.erb 408 Bytes
puppet.conf.erb 1.37 KB

Latest revisions

# Date Author Comment
d830c7e0 02/03/2015 08:02 PM Trey Dockendorf

Add parameter server_rack_arguments

  • Default is an empty array
  • Elements are added to ARGV in Puppet server's rack config.ru
97b6a6f1 02/02/2015 04:41 PM Ewoud Kohl van Wijngaarden

Do not set config_version when using directory envs

According to the docs1, config_version can't be used with directory
environments since it will never be used. This also removes a
deprecation warning users of directory environments will see.

[1]: https://docs.puppetlabs.com/puppet/latest/reference/config_file_environment.html#configversion...

447c7446 01/08/2015 10:54 AM Igor Konforti

issue #206
basemodulepath is written in master section

01420113 12/15/2014 04:11 AM Mathieu Parent

Allow to add arbitrary additional settings to [master] section

Including the "recommended and safe" (https://docs.puppetlabs.com/puppet/latest/reference/config_important_settings.html#recommended-and-safe)

d713b529 11/10/2014 07:09 AM Alejandro Ramirez

Ensure that UTF8 is used by rack

Closes GH-196, GH-198

d9447bb3 11/06/2014 06:02 AM   Zordrak

Update post-receive.erb to fix warnings on every commit

Fixes:
remote: remote: warning: unable to access '/root/.config/git/attributes': Permission denied

By:
Setting HOME and LOGNAME environment variables to correct user when changing privilege so git knows what to use...

4fa97b4f 08/11/2014 03:12 AM Guido Günther

Add error checking to git commands

Failure to update submodules (among other things) are a pain to debug
so don't just carry on in case of git errors.

4479a240 08/09/2014 06:23 AM Guido Günther

Make stdin and stderr use unbuffered I/O

This makes sure they're in sync otherwise stdin is buffered while stderr
isn't and the puts and git's stderr output aren't in sync.

23978618 07/28/2014 07:32 AM Dominic Cleal

fixes #4700 - deploy directory environments on Puppet 3.6 or higher

- $server_dynamic_environments is deprecated when server_directory_environments
is enabled, set $server_environments = [] instead for a similar effect
- environment.conf deployed if custom manifest, config_version etc supplied to...

9df87d39 07/28/2014 07:32 AM Julien Pivotto

Add support for directory environments

Puppet 3.6.0 introduces directory environments as a replacement for
dynamic environments.

A warning is set when using dynamic environments.

This commits allows you to choose the new behaviour.

http://docs.puppetlabs.com/puppet/latest/reference/environments.html

View revisions

Also available in: Atom