Skip to content

Commit

Permalink
order proxy_set option so it doesn't change between runs
Browse files Browse the repository at this point in the history
  • Loading branch information
tjikkun committed Apr 14, 2014
1 parent 61ade79 commit a444355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/balancer.pp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
ensure => present,
target => $target,
order => '19',
content => inline_template("<% proxy_set.each do |key, value| %> Proxyset <%= key %>=<%= value %>\n<% end %>"),
content => inline_template("<% proxy_set.keys.sort.each do |key| %> Proxyset <%= key %>=<%= proxy_set[key] %>\n<% end %>"),
}

concat::fragment { "01-${name}-footer":
Expand Down

0 comments on commit a444355

Please sign in to comment.