Skip to content

Commit 8aed782

Browse files
authored
Merge pull request puppetlabs#1618 from EmersonPrado/MODULES-4882
MODULES-4882 - Include missing "@" in template mod/cluster.conf.erb
2 parents 632dbc1 + 44d45f4 commit 8aed782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/mod/cluster.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Listen <%= @ip %>:<%= @port %>
1313
ManagerBalancerName <%= @balancer_name %>
1414
ServerAdvertise <%= scope.function_bool2httpd([@server_advertise]) %>
1515
<%- if @server_advertise == true and @advertise_frequency != nil -%>
16-
AdvertiseFrequency <%= advertise_frequency %>
16+
AdvertiseFrequency <%= @advertise_frequency %>
1717
<%- end -%>
1818

1919
<Location /mod_cluster_manager>

0 commit comments

Comments
 (0)