From 57c6940acd3bea27d054d6776c2a6c6e70d4397b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 26 Sep 2015 21:15:38 -0300 Subject: Hiera fixes --- hiera/hiera.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hiera') diff --git a/hiera/hiera.yaml b/hiera/hiera.yaml index 7e541b1..6fe5cae 100644 --- a/hiera/hiera.yaml +++ b/hiera/hiera.yaml @@ -18,16 +18,16 @@ # - 'secrets/node/%{::clientcert}' - 'secrets/domain/%{::domain}' - - 'secrets/role/%{::role}' - - 'secrets/location/%{::location}' + - 'secrets/role/%{::nodo::role}' + - 'secrets/location/%{::nodo::location}' # # All other stuff goes in regular YAML files. # - 'node/%{::clientcert}' - 'domain/%{::domain}' - - 'role/%{::role}' - - 'location/%{::location}' + - 'role/%{::nodo::role}' + - 'location/%{::nodo::location}' - 'virtual/%{::virtual}' - bootstrap - common -- cgit v1.2.3