git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/environment.conf
Commit message (Collapse)AuthorAgeFilesLines
* Reverting whitespace commitShobhna Shastri 2017-09-061-2/+0
| | | There was an accidental commit made on the production branch (https://github.com/puppetlabs/control-repo/commit/d877ba22b624bbd949b0258751f3da1ee7347141). This commit is to correct and revert the change.
* Testing somethingShobhna Shastri 2017-08-251-0/+2
|
* Put local site modules first in modulepathAlex Harden 2016-11-081-1/+1
| | | Saw this issue referenced in @glarizza's PuppetConf 2016 talk (raised by @alvagante). Our (TE Connectivity) implementation reflects this.
* remove environment_timeout =0 from environment.confNick Walker 2015-10-281-6/+0
|
* Update config_version to use a script that does not require gitNick Walker 2015-08-031-1/+1
| | | | | | | | | | The config_version now uses a script that will do one of two things: 1. call config_version.rb which uses rugged to find the information about the latest commit if PE is on version 2015.2 or newer 2. make a call to git if the PE version is less than 2015.2
* Update environment.confNick Walker 2015-06-261-1/+1
|
* add site to modulepath in environment.confNick Walker 2015-05-271-1/+1
|
* Initial CommitNick Walker 2015-01-131-0/+8
Stole Gary's puppet_repository and modified it for general general consumption. Upped the version of r10k to newest (1.4.1) Ripped out the hiera examples just left defaults.yaml Tweaked environment.conf