Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable SSL on the zack/r10k webhook | Nick Walker | 2015-10-28 | 1 | -1/+0 |
| | | | | | The abrader/gms provider for gitlab doesn't support disabling ssl verification but will soon. | ||||
* | enable ssl on the webhook | Nick Walker | 2015-10-28 | 1 | -14/+16 |
| | |||||
* | make environment timeout setting refresh the puppet master service | Nick Walker | 2015-10-26 | 1 | -0/+1 |
| | |||||
* | Fix the update-classes script and set appropriate perms on it | Nick Walker | 2015-10-26 | 1 | -0/+1 |
| | |||||
* | Fix some embarassing typos | Nick Walker | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | Configure the MoM to update the classifier after deploying code | Nick Walker | 2015-10-26 | 1 | -0/+16 |
| | | | | | | | | | | This entailed configring the classifier to never sync on a schedule. Changing environment_timeout to unlimited for all masters. Setting a postrun command for r10k that would update the class information in the classifier (the update-classes endpoint). | ||||
* | Change to using the webhook without mcollective | Nick Walker | 2015-10-16 | 1 | -13/+0 |
| | | | | | | In order to complete the change I refactered the webhook into its own set of profiles, one with mcollective and the other without. | ||||
* | Add some notifies to pe services after making changes | Nick Walker | 2015-10-15 | 1 | -0/+2 |
| | |||||
* | Update the repo name for deploy keys and webhook to match README | Nick Walker | 2015-08-18 | 1 | -2/+2 |
| | |||||
* | Move some hieradata around for easier testing in vagrant | Nick Walker | 2015-08-18 | 1 | -0/+1 |
| | | | | | | | | I now have a virtual hierarchy level for setting up my lower memory settings when using vagrant/virtualbox. The gms settings are in an example-puppet-master.yaml file in the nodes directory which are needed for the instructions. | ||||
* | Add webhook config to git management system | Nick Walker | 2015-08-17 | 1 | -2/+11 |
| | |||||
* | Add a gitlab profile / add ssh-keygen to puppetmaster profile | Nick Walker | 2015-08-14 | 1 | -0/+38 |
| | |||||
* | Remove extraneous slash from puppetmaster profile | Nick Walker | 2015-08-14 | 1 | -1/+1 |
| | |||||
* | Fix some incorrect quoting in the hiera class | Nick Walker | 2015-08-13 | 1 | -3/+3 |
| | | | | | | | I thought I needed to double quote items that had interpolated variables but it turns out I don't need to which is good because I effectively can't due to .to_yaml not doing what I wanted it to do. | ||||
* | Fix some quoting issues and add role:: to the include in site.pp | Nick Walker | 2015-08-13 | 1 | -3/+3 |
| | |||||
* | Remove hiera.yaml and instead manage it with puppet code | Nick Walker | 2015-08-03 | 1 | -0/+14 |
Added hunner/hiera to the Puppetfile and a manifest to use it instead of placing a hiera.yaml in the repo. |