Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Add a site directory with example role and profile module | Nick Walker | 2015-05-27 | 1 | -0/+5 |