From: Silvio Rhatto Date: Wed, 17 Feb 2010 20:48:19 +0000 (-0200) Subject: Template fixes (3) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8839736b5c8bf43776c4f9d57792440cc8fc0086;p=puppet-nginx.git Template fixes (3) --- diff --git a/templates/puppetmaster.erb b/templates/puppetmaster.erb index 7a159d7..addd22a 100644 --- a/templates/puppetmaster.erb +++ b/templates/puppetmaster.erb @@ -75,7 +75,7 @@ http { } server { - listen <%= nonssl_port %>; + listen <%= non_ssl_port %>; ssl_verify_client off; root /var/empty; access_log /var/log/nginx/access-<%= non_ssl_port %>.log;