 Issue 4810150141493248:
  Issue 122 - Puppet ENC via Hiera  (Closed)
    
  
    Issue 4810150141493248:
  Issue 122 - Puppet ENC via Hiera  (Closed) 
  | Index: hiera/hiera.yaml | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/hiera/hiera.yaml | 
| @@ -0,0 +1,12 @@ | 
| +--- | 
| +:backends: | 
| + - yaml | 
| +:yaml: | 
| + :datadir: /etc/puppet/infrastructure/hiera | 
| +:hierarchy: | 
| + - "hosts/%{::hostname}" | 
| + - "roles/%{::role}" | 
| + - "private/base" | 
| + - "private/hosts/%{::hostname}" | 
| + - "private/roles/%{::role}" | 
| + - "private/hosts" |