From: Silvio Rhatto Date: Sun, 27 Sep 2015 00:15:38 +0000 (-0300) Subject: Hiera fixes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=57c6940acd3bea27d054d6776c2a6c6e70d4397b;p=puppet-bootstrap.git Hiera fixes --- 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