git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/site/no_fail_file
Commit message (Expand)AuthorAgeFilesLines
* Allow code_manager profile to not error out on first runNick Walker 2015-12-091-0/+36
he manifest for configuring r10k using zack/r10k. Added a role that can be used to bootstrap an all-in-one PE installation. * fix config_version script for 3.8 and belowNick Walker 2015-08-031-1/+1 | * Update site.pp to use a trusted fact roleNick Walker 2015-08-031-0/+5 | | | | | | Allow including a role if defined via a trusted fact on the node during provisioning time. This is how I will bootstrap any necessary configuration on the master, or other PE internal nodes. * Update config_version to use a script that does not require gitNick Walker 2015-08-033-1/+25 | | | | | | | | | | 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 * Remove hiera.yaml and instead manage it with puppet code