From: Silvio Rhatto Date: Wed, 4 Nov 2015 18:31:40 +0000 (-0200) Subject: Hiera: change domain and location eval order X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ea035ff9c0494e4e2eae350e9608afca68482a99;p=puppet-bootstrap.git Hiera: change domain and location eval order --- diff --git a/hiera/hiera.yaml b/hiera/hiera.yaml index 8ba1c30..a8ae792 100644 --- a/hiera/hiera.yaml +++ b/hiera/hiera.yaml @@ -17,17 +17,17 @@ # We also recommend to leave only encrypted data in your hiera config. # - 'secrets/node/%{::clientcert}' - - 'secrets/domain/%{::domain}' - 'secrets/role/%{::nodo::role}' - 'secrets/location/%{::nodo::location}' + - 'secrets/domain/%{::domain}' # # All other stuff goes in regular YAML files. # - 'node/%{::clientcert}' - - 'domain/%{::domain}' - 'role/%{::nodo::role}' - - 'location/%{::nodo::location}' - 'virtual/%{::virtual}' + - 'location/%{::nodo::location}' + - 'domain/%{::domain}' - bootstrap - common