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

Unified Diff: hiera/puppet_node_classifier.rb

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
« hiera/install_precise.py ('K') | « hiera/install_precise.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hiera/puppet_node_classifier.rb
===================================================================
--- a/hiera/puppet_node_classifier.rb
+++ b/hiera/puppet_node_classifier.rb
@@ -10,7 +10,7 @@
# Where to search for the Hiera configuration
HIERA_CONFIG = ENV.fetch('PUPPET_HIERA_CONFIG', '/etc/puppet/hiera.yaml')
# Where to search for the Hosts configuration
-HOSTS_CONFIG = ENV.fetch('PUPPET_HOSTS_CONFIG', '/etc/puppet/infrastructure/hiera/private/hosts.yaml')
+HOSTS_CONFIG = ENV.fetch('PUPPET_HOSTS_CONFIG', '/etc/puppet/infrastructure/modules/private/hiera/hosts.yaml')
# For logging and usage hints
BASENAME = File.basename($0)
« hiera/install_precise.py ('K') | « hiera/install_precise.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld