| 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" |