diff options
-rw-r--r-- | templates/puppetmaster.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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; |