dddbd8d15c
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
13 lines
180 B
YAML
13 lines
180 B
YAML
---
|
|
version: 5
|
|
|
|
defaults:
|
|
datadir: "data"
|
|
|
|
hierarchy:
|
|
- name: "Yaml backend"
|
|
data_hash: yaml_data
|
|
paths:
|
|
- "nodes/%{trusted.certname}.yaml"
|
|
- "common.yaml"
|