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

Unified Diff: Vagrantfile

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
« no previous file with comments | « README.md ('k') | hiera/hiera.yaml » ('j') | hiera/install_precise.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Vagrantfile
===================================================================
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -57,7 +57,7 @@
end
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
- config_path = File.join(REPOSITORY_DIR, "hiera/private/hosts.yaml")
+ config_path = File.join(REPOSITORY_DIR, "modules/private/hiera/hosts.yaml")
config_data = YAML.load_file(config_path)
servers = config_data["servers"]
servers.each do |server, items|
« no previous file with comments | « README.md ('k') | hiera/hiera.yaml » ('j') | hiera/install_precise.py » ('J')

Powered by Google App Engine
This is Rietveld