From: Silvio Rhatto Date: Wed, 17 Feb 2010 22:25:55 +0000 (-0200) Subject: Fixes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1f3cb3afc59ed76067ec079effdbdb207c9490c3;p=puppet-nginx.git Fixes --- diff --git a/manifests/init.pp b/manifests/init.pp index a5c8861..e462cb5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -140,13 +140,13 @@ class nginx::puppetmaster inherits nginx::base { default => $puppetmaster_puppetmasters, } - $worker_connections = 1024, - $ssl_port = 8140, - $non_ssl_port = 8141, + $worker_connections = 1024 + $ssl_port = 8140 + $non_ssl_port = 8141 $puppetmaster_servers = [ "127.0.0.1:18140", "127.0.0.1:18141", "127.0.0.1:18142", - "127.0.0.1:18143" ], + "127.0.0.1:18143" ] file { "/etc/nginx/conf.d/puppetmaster.conf": content => template("nginx/puppetmaster.conf.erb"),