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

Side by Side Diff: hiera/vagrant.yaml

Issue 4810150141493248: Issue 122 - Puppet ENC via Hiera (Closed)
Patch Set: Created Sept. 8, 2014, 11:56 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
(Empty)
1 ---
2 :backends:
3 - yaml
4 :yaml:
5 :datadir: /vagrant/hiera
6 :hierarchy:
7 - "environments/development/base"
8 - "environments/development/hosts"
9 - "nodes/%{::hostname}"
Wladimir Palant 2014/09/09 18:15:06 That's the wrong approach - we have YAML files per
mathias 2014/10/08 03:02:33 Well, actually this is not wrong. Having separate
10 - common
11
OLDNEW

Powered by Google App Engine
This is Rietveld