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 4d4bc05 + e99f8ac commit e522b15Copy full SHA for e522b15
templates/puppetmaster
@@ -1,7 +1,7 @@
1
# define the new unicorn backend
2
upstream puppetmaster_unicorn {
3
server unix:/var/run/puppet/puppetmaster_unicorn.sock fail_timeout=5;
4
- <% backup_upstream.each do |server| -%>
+ <% @backup_upstream.each do |server| -%>
5
server <%= server %> backup;
6
<% end -%>
7
}
0 commit comments