Skip to content

Commit

Permalink
Merge pull request #701 from oxilion/proxyset_sortorder
Browse files Browse the repository at this point in the history
order proxy_set option so it doesn't change between runs
  • Loading branch information
igalic committed Apr 14, 2014
2 parents 61ade79 + a444355 commit 6218140
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 6218140

Please sign in to comment.