Fixed puppet_listenports variable from puppet-httpd.conf.erb template.
This commit is contained in:
parent
69687535da
commit
385cbeeb5a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Listen 8140
|
||||||
|
|
||||||
# Proxy balancer settings
|
# Proxy balancer settings
|
||||||
<Proxy balancer://puppetmaster>
|
<Proxy balancer://puppetmaster>
|
||||||
<% puppet_listenports.each do |port| -%>
|
<% scope.lookupvar('puppet::server::mongrel::puppet_listenports').each do |port| -%>
|
||||||
BalancerMember http://127.0.0.1:<%= port %> keepalive=on max=2 retry=30
|
BalancerMember http://127.0.0.1:<%= port %> keepalive=on max=2 retry=30
|
||||||
<% end -%>
|
<% end -%>
|
||||||
</Proxy>
|
</Proxy>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue