Skip to content

Commit e522b15

Browse files
committed
Merge pull request #4 from gavinrogers/feature-nginx
Feature nginx
2 parents 4d4bc05 + e99f8ac commit e522b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/puppetmaster

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# define the new unicorn backend
22
upstream puppetmaster_unicorn {
33
server unix:/var/run/puppet/puppetmaster_unicorn.sock fail_timeout=5;
4-
<% backup_upstream.each do |server| -%>
4+
<% @backup_upstream.each do |server| -%>
55
server <%= server %> backup;
66
<% end -%>
77
}

0 commit comments

Comments
 (0)