]> gitweb.fluxo.info Git - puppet-nginx.git/commitdiff
Fixes
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 17 Feb 2010 22:25:55 +0000 (20:25 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 17 Feb 2010 22:25:55 +0000 (20:25 -0200)
manifests/init.pp

index a5c88614a7cf62ac9884c6e6930fa52785ec00e1..e462cb54783a471c8383a4d425c1a4e0b94fb049 100644 (file)
@@ -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"),