From 244c98a02111466233d9e2fc25e686d87495f7cc Mon Sep 17 00:00:00 2001 From: Przemyslaw Kaminski Date: Tue, 15 Sep 2015 08:56:16 +0200 Subject: [PATCH] hiera.yaml: no Redis, use files instead --- bootstrap/playbooks/files/hiera.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bootstrap/playbooks/files/hiera.yaml b/bootstrap/playbooks/files/hiera.yaml index ca27ee57..ce4fc6e0 100644 --- a/bootstrap/playbooks/files/hiera.yaml +++ b/bootstrap/playbooks/files/hiera.yaml @@ -1,6 +1,6 @@ :backends: - - redis - #- yaml + - yaml + #- redis #- json :yaml: :datadir: /etc/puppet/hieradata @@ -12,4 +12,5 @@ :host: localhost :deserialize: :json :hierarchy: + - "%{resource_name}" - resource