diff options
Diffstat (limited to 'hiera.yaml')
-rw-r--r-- | hiera.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hiera.yaml b/hiera.yaml new file mode 100644 index 0000000..dde32ca --- /dev/null +++ b/hiera.yaml @@ -0,0 +1,10 @@ +--- +:backends: + - yaml + +:hierarchy: + - "osfamily/%{::osfamily}" + - common + +:yaml: + :datadir: /etc/puppet/code/hiera |