From 87b13ac5fdf74b8420776ce9df85bdb98acc8974 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 13 Feb 2018 20:08:50 +0100 Subject: port to Puppet 4.x --- hiera.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hiera.yaml (limited to 'hiera.yaml') 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 -- cgit v1.2.3