diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-17 17:20:22 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-17 17:20:22 -0200 |
commit | bf1863829dc4ca789c627d245305042eb87d83ac (patch) | |
tree | 27c17a1dee0cf47f81dc1a2542ff6b48bfb8745c /manifests | |
parent | e312f04d2e2ad9e924e749e7fc3d62b9d1610a7d (diff) | |
download | puppet-puppet-bf1863829dc4ca789c627d245305042eb87d83ac.tar.gz puppet-puppet-bf1863829dc4ca789c627d245305042eb87d83ac.tar.bz2 |
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/puppetmasterd.pp | 2 |
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", |