aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-04 16:31:40 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-04 16:31:40 -0200
commitea035ff9c0494e4e2eae350e9608afca68482a99 (patch)
treeb00e5f83e5073c883b2bd4863e26d54104814783
parentf41829168925d74f3da1e4c3a4dc89988e426cd4 (diff)
downloadpuppet-bootstrap-ea035ff9c0494e4e2eae350e9608afca68482a99.tar.gz
puppet-bootstrap-ea035ff9c0494e4e2eae350e9608afca68482a99.tar.bz2
Hiera: change domain and location eval order
-rw-r--r--hiera/hiera.yaml6
1 files changed, 3 insertions, 3 deletions
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