diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-26 21:15:38 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-26 21:15:38 -0300 |
commit | 57c6940acd3bea27d054d6776c2a6c6e70d4397b (patch) | |
tree | ae97fbc584b2562b981e09f6d4b64da46a4194aa | |
parent | 5a2de12fb6660a3d40e7548cf6f071f9b0ce170f (diff) | |
download | puppet-bootstrap-57c6940acd3bea27d054d6776c2a6c6e70d4397b.tar.gz puppet-bootstrap-57c6940acd3bea27d054d6776c2a6c6e70d4397b.tar.bz2 |
Hiera fixes
-rw-r--r-- | hiera/hiera.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |