From c4b5e0a6e9cfc0abe0a897c923a621c8e6f99802 Mon Sep 17 00:00:00 2001 From: James Fryman Date: Thu, 22 Aug 2013 15:44:25 -0500 Subject: [PATCH] Manual merge of https://github.com/jfryman/puppet-nginx/pull/100 --- templates/vhost/vhost_ssl_header.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/vhost/vhost_ssl_header.erb b/templates/vhost/vhost_ssl_header.erb index 1172df14e..862a8ea48 100644 --- a/templates/vhost/vhost_ssl_header.erb +++ b/templates/vhost/vhost_ssl_header.erb @@ -18,7 +18,7 @@ server { auth_basic "<%= @auth_basic %>"; <% end -%> <% if defined? @auth_basic_user_file -%> - auth_basic_user_file <%= @auth_basic_user_file %>; + auth_basic_user_file "<%= @auth_basic_user_file %>"; <% end -%> access_log <%= scope.lookupvar('nginx::params::nx_logdir')%>/ssl-<%= @name.gsub(' ', '_') %>.access.log;