We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33b456b + 4736f50 commit 476c31aCopy full SHA for 476c31a
manifests/balancer.pp
@@ -71,7 +71,7 @@
71
ensure => present,
72
target => $target,
73
order => '19',
74
- 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 %>"),
75
}
76
77
concat::fragment { "01-${name}-footer":
0 commit comments