git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/hiera.yaml
Commit message (Collapse)AuthorAgeFilesLines
* (maint) Update Puppetfile versions, update styleReid Vandewiele 2019-07-111-2/+2
| | | | | | | | | | | | This commit updates the Puppetfile example module versions to list the latest releases for the example modules as of 2019-07-10, and also updates several files for style. Standardizing on double-quotes in YAML due to: 1. Functional irrelevance between single vs. double quotes in our YAML 2. Prevalent use of double-quotes in Puppet documentation 3. Similar look-and-feel to other data serialization formats like JSON
* Enable Hiera 5Reid Vandewiele 2017-11-151-0/+12
This commit enables the control repo to use Hiera 5 environment-level hiera hierarchy. This means adding a hiera.yaml to the repo, and moving hieradata/ => data/. We should do this to the control-repo template new customers base off of because in a Hiera 5 world, the global hiera.yaml should be very minimal (possibly even ONLY having the console level), and everything else (nodes, common) belongs in the environment hiera.yaml. This control-repo template is how people start using Puppet. It should reflect using our most modern technologies.
commit/manifests/site.pp?h=production&id=70690333eedbb28b3f286912e6d9749b4a7e2618'>Fix some quoting issues and add role:: to the include in site.ppNick Walker 2015-08-131-1/+1 | * Update site.pp to use a trusted fact roleNick Walker 2015-08-031-0/+5 | * Update site.pp to work OOTBNick Walker 2015-05-111-1/+1 | * Initial CommitNick Walker 2015-01-131-0/+44 * Add a site.pp