Author: rvs
Date: Wed Mar 28 17:05:30 2012
New Revision: 1306468
URL: http://svn.apache.org/viewvc?rev=1306468&view=rev
Log:
BIGTOP-493. [puppet] core-site.xml and httpfs-site.xml end up changing every
few times puppet is run (Patrick Taylor Ramsey via rvs)
Modified:
incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop/templates/core-site.xml
Modified:
incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop/templates/core-site.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop/templates/core-site.xml?rev=1306468&r1=1306467&r2=1306468&view=diff
==============================================================================
---
incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop/templates/core-site.xml
(original)
+++
incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop/templates/core-site.xml
Wed Mar 28 17:05:30 2012
@@ -44,7 +44,7 @@
<% end %>
<% if has_variable?("hadoop_core_proxyusers") %>
-<% hadoop_core_proxyusers.each do |superuser, data| %>
+<% hadoop_core_proxyusers.sort.each do |superuser, data| %>
<property>
<name>hadoop.proxyuser.<%= superuser %>.hosts</name>
<value><%= data['hosts'] %></value>