From 852e036263a2473acc4c07e859aca1a2c7860b6e Mon Sep 17 00:00:00 2001 From: varac Date: Fri, 7 Sep 2012 12:49:38 +0200 Subject: main hiera config --- puppet/hiera.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 puppet/hiera.yaml (limited to 'puppet/hiera.yaml') diff --git a/puppet/hiera.yaml b/puppet/hiera.yaml new file mode 100644 index 00000000..01b0d3b8 --- /dev/null +++ b/puppet/hiera.yaml @@ -0,0 +1,16 @@ +--- +:backends: + - yaml + - puppet + +:logger: console + +:hierarchy: + - "%{location}" + - common + +:yaml: + :datadir: /etc/leap/hieradata + +:puppet: + :datasource: data -- cgit v1.2.3