Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add modules for stash and a profile | Nick Walker | 2015-08-25 | 1 | -0/+28 |
| | |||||
* | 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. | ||||
* | Copy agent certs into Gitlab directory for Gitlab SSL | Nick Walker | 2015-08-18 | 1 | -0/+13 |
| | |||||
* | Change default gitlab url to be https instead of http | Nick Walker | 2015-08-17 | 1 | -1/+1 |
| | |||||
* | Add webhook config to git management system | Nick Walker | 2015-08-17 | 1 | -2/+11 |
| | |||||
* | Add a gitlab role | Nick Walker | 2015-08-14 | 1 | -0/+5 |
| | |||||
* | Add a gitlab profile / add ssh-keygen to puppetmaster profile | Nick Walker | 2015-08-14 | 2 | -0/+45 |
| | |||||
* | 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 |
| | |||||
* | Update the README, add an all_in_one_pe role | Nick Walker | 2015-08-13 | 1 | -0/+5 |
| | | | | | | | | | | | Updating README for instructions on how to use the control-repo by putting it in your own git server and then using the r10k answers during installation of PE. Removing the manifest for configuring r10k using zack/r10k. Added a role that can be used to bootstrap an all-in-one PE installation. | ||||
* | 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. | ||||
* | Add a site directory with example role and profile module | Nick Walker | 2015-05-27 | 3 | -0/+19 |