Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: hiera/hiera.yaml

Issue 29329114: Issue 3206 - Reverse Hiera source lookup order (Closed)
Patch Set: Created Oct. 14, 2015, 3:35 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hiera/hiera.yaml
diff --git a/hiera/hiera.yaml b/hiera/hiera.yaml
index 2b9c564368c286cc37bf4cd7ede119a03c04b187..8e04845a1f633593c689faa2496de6aa59b02988 100644
--- a/hiera/hiera.yaml
+++ b/hiera/hiera.yaml
@@ -4,9 +4,9 @@
:yaml:
:datadir: /etc/puppet/infrastructure
:hierarchy:
- - "hiera/base"
- - "hiera/roles/%{::role}"
- - "modules/private/hiera/base"
- - "modules/private/hiera/roles/%{::role}"
- - "modules/private/hiera/hosts/%{::hostname}"
- "modules/private/hiera/hosts"
+ - "modules/private/hiera/hosts/%{::hostname}"
+ - "modules/private/hiera/roles/%{::role}"
+ - "modules/private/hiera/base"
+ - "hiera/roles/%{::role}"
+ - "hiera/base"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld