From 8839736b5c8bf43776c4f9d57792440cc8fc0086 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 17 Feb 2010 18:48:19 -0200 Subject: Template fixes (3) --- templates/puppetmaster.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/puppetmaster.erb') 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; -- cgit v1.2.3