From 1f3cb3afc59ed76067ec079effdbdb207c9490c3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 17 Feb 2010 20:25:55 -0200 Subject: Fixes --- manifests/init.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"), -- cgit v1.2.3