Sha256: ed14b99db8d665cc2c44118eeb35f5aba089bf5d48ad621a3e1bd06261e50da6
Contents?: true
Size: 798 Bytes
Versions: 2
Compression:
Stored size: 798 Bytes
Contents
--- version: 5 defaults: # Used for any hierarchy level that omits these keys. lookup_key: eyaml_lookup_key # Uses non-default backend. datadir: data options: pkcs7_private_key: /etc/puppetlabs/puppet/eyaml/private_key.pkcs7.pem pkcs7_public_key: /etc/puppetlabs/puppet/eyaml/public_key.pkcs7.pem hierarchy: - name: "Per-node data" # Human-readable name. path: "nodes/%{trusted.certname}.yaml" # File path, relative to datadir. # ^^^ IMPORTANT: include the file extension! - name: "Per-Environment" path: "environments/%{agent_specified_environment}.yaml" - name: "Per-Datacenter" path: "datacenter/%{datacenter}.yaml" - name: "Machine size based" path: "size/%{ec2_metadata.instance-type}.yaml" - name: "Common Data" path: "common.yaml"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
onceover-4.0.0 | spec/fixtures/controlrepos/puppet_controlrepo/hiera.yaml |
onceover-3.22.0 | spec/fixtures/controlrepos/puppet_controlrepo/hiera.yaml |