From: Silvio Rhatto Date: Wed, 17 Feb 2010 19:20:22 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bf1863829dc4ca789c627d245305042eb87d83ac;p=puppet-puppet.git Minor fix --- diff --git a/manifests/puppetmasterd.pp b/manifests/puppetmasterd.pp index de9d8cc..c0474fe 100644 --- a/manifests/puppetmasterd.pp +++ b/manifests/puppetmasterd.pp @@ -58,7 +58,7 @@ class puppetmasterd { $worker_processes => 4, $worker_connections => 1024, $ssl_port => 8140, - $non_ssl_port => 8141 + $non_ssl_port => 8141, $puppetmaster_servers => [ "127.0.0.1:18140", "127.0.0.1:18141", "127.0.0.1:18142",