File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ upstream puppetmaster_unicorn {
3
3
server unix:/var/run/puppet/puppetmaster_unicorn.sock fail_timeout=5;
4
4
<% backup_upstream.each do |server| -%>
5
5
server <%= server %> backup;
6
- <% end %- >
6
+ <% end -% >
7
7
}
8
8
9
9
# define our proxy for breaking up SSL
10
10
server {
11
- <% unless @disable_ssl %>
11
+ <% unless @disable_ssl - %>
12
12
ssl on;
13
13
ssl_certificate /var/lib/puppet/ssl/certs/<%= @fqdn %>.pem;
14
14
ssl_certificate_key /var/lib/puppet/ssl/private_keys/<%= @fqdn %>.pem;
@@ -24,7 +24,7 @@ server {
24
24
proxy_set_header X-Client-DN $ssl_client_s_dn;
25
25
proxy_set_header X-SSL-Subject $ssl_client_s_dn;
26
26
proxy_set_header X-SSL-Issuer $ssl_client_i_dn;
27
- <% end %>
27
+ <% end - %>
28
28
listen <%= @listen_address %>:<%= @puppet_proxy_port %> ssl;
29
29
root /var/empty;
30
30
location / {
You can’t perform that action at this time.
0 commit comments