summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",