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

Unified 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.
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
Index: hiera/hiera.yaml
===================================================================
--- a/hiera/hiera.yaml
+++ b/hiera/hiera.yaml
@@ -2,11 +2,11 @@
:backends:
- yaml
:yaml:
- :datadir: /etc/puppet/infrastructure/hiera
+ :datadir: /etc/puppet/infrastructure
:hierarchy:
- - "hosts/%{::hostname}"
- - "roles/%{::role}"
- - "private/base"
- - "private/hosts/%{::hostname}"
- - "private/roles/%{::role}"
- - "private/hosts"
+ - "hiera/base"
+ - "hiera/roles/%{::role}"
+ - "modules/private/hiera/base"
+ - "modules/private/hiera/roles/%{::role}"
+ - "modules/private/hiera/hosts/%{::hostname}"
+ - "modules/private/hiera/hosts"
« 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