git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/environment.conf
Commit message (Collapse)AuthorAgeFilesLines
* + config_version implementations with commit messageconfig_version_lirionH. P. 7 hours1-1/+1
|
* (maint) Update Puppetfile versions, update styleReid Vandewiele 2019-07-111-2/+2
| | | | | | | | | | | | This commit updates the Puppetfile example module versions to list the latest releases for the example modules as of 2019-07-10, and also updates several files for style. Standardizing on double-quotes in YAML due to: 1. Functional irrelevance between single vs. double quotes in our YAML 2. Prevalent use of double-quotes in Puppet documentation 3. Similar look-and-feel to other data serialization formats like JSON
* Rename site directory to site-modulesNick Walker 2019-01-311-1/+1
| | | | | | | | | | | | | | | Prior to this commit, we placed modules local to a users installation in the `site` directory. This was just a convention and the name `site` doesn't clearly convey what it is for. After this commit, we place modules local to a users installation in the `site-modules` directory. This makes it more clear to users that this is a directory that modules go i. When users start with bolt they won't even know what a control-repo is and renaming site to site-modules gives them a better idea of why they should put their modules with tasks in them. Also see: https://tickets.puppetlabs.com/browse/BOLT-1108
* 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