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

Side by Side Diff: hiera/hiera.yaml

Issue 6269682487132160: Issue 2151 - Drop hiera/private in favor of modules/private/hiera (Closed)
Patch Set: Created March 17, 2015, 9:06 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 --- 1 ---
2 :backends: 2 :backends:
3 - yaml 3 - yaml
4 :yaml: 4 :yaml:
5 :datadir: /etc/puppet/infrastructure/hiera 5 :datadir: /etc/puppet/infrastructure
6 :hierarchy: 6 :hierarchy:
7 - "hosts/%{::hostname}" 7 - "hiera/base"
8 - "roles/%{::role}" 8 - "hiera/roles/%{::role}"
9 - "private/base" 9 - "modules/private/hiera/base"
10 - "private/hosts/%{::hostname}" 10 - "modules/private/hiera/roles/%{::role}"
11 - "private/roles/%{::role}" 11 - "modules/private/hiera/hosts/%{::hostname}"
12 - "private/hosts" 12 - "modules/private/hiera/hosts"
OLDNEW
« no previous file with comments | « Vagrantfile ('k') | hiera/install_precise.py » ('j') | hiera/install_precise.py » ('J')

Powered by Google App Engine
This is Rietveld