Skip to content

Commit 476c31a

Browse files
committed
Merge pull request #816 from roidelapluie/Remove_Inline_Template_Depreciation_Warning
Call @proxy_set insteat of proxy_set in inline_template
2 parents 33b456b + 4736f50 commit 476c31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/balancer.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
ensure => present,
7272
target => $target,
7373
order => '19',
74-
content => inline_template("<% proxy_set.keys.sort.each do |key| %> Proxyset <%= key %>=<%= proxy_set[key] %>\n<% end %>"),
74+
content => inline_template("<% @proxy_set.keys.sort.each do |key| %> Proxyset <%= key %>=<%= @proxy_set[key] %>\n<% end %>"),
7575
}
7676

7777
concat::fragment { "01-${name}-footer":

0 commit comments

Comments
 (0)