aboutsummaryrefslogtreecommitdiff
path: root/hiera
diff options
context:
space:
mode:
Diffstat (limited to 'hiera')
-rw-r--r--hiera/domain/example.org/node/puppet-bootstrap.example.org.yaml (renamed from hiera/production/domain/example.org/node/puppet-bootstrap.example.org.yaml)0
-rw-r--r--hiera/hiera.yaml14
2 files changed, 7 insertions, 7 deletions
diff --git a/hiera/production/domain/example.org/node/puppet-bootstrap.example.org.yaml b/hiera/domain/example.org/node/puppet-bootstrap.example.org.yaml
index deec4fa..deec4fa 100644
--- a/hiera/production/domain/example.org/node/puppet-bootstrap.example.org.yaml
+++ b/hiera/domain/example.org/node/puppet-bootstrap.example.org.yaml
diff --git a/hiera/hiera.yaml b/hiera/hiera.yaml
index 33acc9e..96cfb87 100644
--- a/hiera/hiera.yaml
+++ b/hiera/hiera.yaml
@@ -10,12 +10,12 @@
# See http://docs.vagrantup.com/v2/provisioning/puppet_apply.html
:datadir: hiera
:hierarchy:
- - '%{::environment}/domain/%{::domain}/node/%{::clientcert}'
- - '%{::environment}/domain/%{::domain}/role/%{::role}'
- - '%{::environment}/domain/%{::domain}/location/%{::location}'
- - '%{::environment}/domain/%{::domain}/%{::domain}'
- - '%{::environment}/location/%{::location}'
- - '%{::environment}/virtual/%{::virtual}'
- - '%{::environment}/role/%{::role}'
+ - 'domain/%{::domain}/node/%{::clientcert}'
+ - 'domain/%{::domain}/role/%{::role}'
+ - 'domain/%{::domain}/location/%{::location}'
+ - 'domain/%{::domain}/%{::domain}'
+ - 'location/%{::location}'
+ - 'virtual/%{::virtual}'
+ - 'role/%{::role}'
- bootstrap
- common