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

Side by Side Diff: hiera/hiera.yaml

Issue 29329114: Issue 3206 - Reverse Hiera source lookup order (Closed)
Patch Set: Created Oct. 14, 2015, 3:35 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 --- 1 ---
2 :backends: 2 :backends:
3 - yaml 3 - yaml
4 :yaml: 4 :yaml:
5 :datadir: /etc/puppet/infrastructure 5 :datadir: /etc/puppet/infrastructure
6 :hierarchy: 6 :hierarchy:
7 - "modules/private/hiera/hosts"
8 - "modules/private/hiera/hosts/%{::hostname}"
9 - "modules/private/hiera/roles/%{::role}"
10 - "modules/private/hiera/base"
11 - "hiera/roles/%{::role}"
7 - "hiera/base" 12 - "hiera/base"
8 - "hiera/roles/%{::role}"
9 - "modules/private/hiera/base"
10 - "modules/private/hiera/roles/%{::role}"
11 - "modules/private/hiera/hosts/%{::hostname}"
12 - "modules/private/hiera/hosts"
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld