/manifests/

ref='https://git.lirion.de/control-repo-template/atom/?h=config_version_lirion' type='application/atom+xml'/>

git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3 from WhatsARanjit/productionGary Larizza 2015-11-252-13/+21
|\ | | | | Chicken-and-egg issue
| * Merged from upstreamRanjit Viswakumar 2015-11-2518-20/+468
| |\ | |/ |/|
* | Merge pull request #4 from npwalker/merge_npwalker_control_repoGary Larizza 2015-11-2520-22/+470
|\ \ | | | | | | Merge npwalker/control-repo in puppetlabs/control-repo
| * | Cleanup README to generalize urls and add notes about testingNick Walker 2015-11-241-5/+4
| | | | | | | | | | | | | | | | | | | | | Remove a specific reference to the npwalker namespace in a git clone command. Add some notes that this has only been tested against 2015.2.z.
| * | Merge branch 'production' of https://github.com/npwalker/control-repo into ↵Nick Walker 2015-11-2420-20/+469
|/| | | | | | | | | | | merge_npwalker_control_repo
| * | Change owner/group to pe-puppet for hiera moduleNick Walker 2015-11-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | When the owner / group was root this meant that enabling hiera-eyaml wouldn't work properly as the keys couldn't be read by puppetserver. Changing to pe-puppet should resolve the issue.
| * | fixing a bunch of puppet lint warningsNick Walker 2015-10-303-10/+10
| | |
| * | Refactor webhook profiles into one profile with a parameterNick Walker 2015-10-304-30/+24
| | | | | | | | | | | | | | | | | | | | | | | | Previously there was a mcollective and no_mcollective version of the webhook profile. They were almost identical so I merged them and manage the difference with a "use_mcollective" parameter. I renamed the webhook profile to zack_r10k_webhook.
| * | Change the zack/r10k webhook to utilize username and passwordNick Walker 2015-10-303-6/+24
| | | | | | | | | | | | | | | | | | | | | To accomodate generating random usernames and passwords, I had to parameterize the profiles which I didn't feel great about but I also didn't want to have to put the username and pass in hiera.
| * | change puppetserver heap to 192mNick Walker 2015-10-291-1/+1
| | |
| * | switch to npwalker/abrader-gmsNick Walker 2015-10-291-2/+2
| | |
| * | enable SSL on the zack/r10k webhookNick Walker 2015-10-292-2/+2
| | |
| * | Add $::fqdn to post receive hook title