summaryrefslogtreecommitdiff
path: root/manifests/puppetmasterd.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-17 17:20:22 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-17 17:20:22 -0200
commitbf1863829dc4ca789c627d245305042eb87d83ac (patch)
tree27c17a1dee0cf47f81dc1a2542ff6b48bfb8745c /manifests/puppetmasterd.pp
parente312f04d2e2ad9e924e749e7fc3d62b9d1610a7d (diff)
downloadpuppet-puppet-bf1863829dc4ca789c627d245305042eb87d83ac.tar.gz
puppet-puppet-bf1863829dc4ca789c627d245305042eb87d83ac.tar.bz2
Minor fix
Diffstat (limited to 'manifests/puppetmasterd.pp')
-rw-r--r--manifests/puppetmasterd.pp2
1 files changed, 1 insertions, 1 deletions
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",