Skip to content

Commit

Permalink
Merge pull request #816 from roidelapluie/Remove_Inline_Template_Depr…
Browse files Browse the repository at this point in the history
…eciation_Warning

Call @proxy_set insteat of proxy_set in inline_template
  • Loading branch information
igalic committed Aug 11, 2014
2 parents 33b456b + 4736f50 commit 476c31a
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.keys.sort.each do |key| %> Proxyset <%= key %>=<%= proxy_set[key] %>\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 476c31a

Please sign in to comment.