From 169d3fedb5e98ed63f727f76b649531e2da15fe6 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Fri, 21 Sep 2018 09:44:26 +0200 Subject: [PATCH] fix order of hiera files --- global/overlay/etc/puppet/hiera.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global/overlay/etc/puppet/hiera.yaml b/global/overlay/etc/puppet/hiera.yaml index 4bc222bd..3f0d5a1d 100644 --- a/global/overlay/etc/puppet/hiera.yaml +++ b/global/overlay/etc/puppet/hiera.yaml @@ -6,14 +6,14 @@ :logger: console :hierarchy: - - "%{env}/%{location}/%{calling_module}" - - "%{env}/%{calling_module}" - local - group - secrets.yaml + - "dist_%{::lsbdistcodename}_override" - common + :yaml: :datadir: /etc/hiera/data