aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hiera/hiera.yaml8
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