diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-17 18:17:15 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-17 18:17:15 -0200 |
commit | 9ba5623e8b7e68193faf5c96a0c85109124ae22b (patch) | |
tree | a520b5a1f724253bdcc225b086c5d476fd7033d3 /manifests | |
parent | 426b3c0f28750515332dea55d0b1f55fbb2fe1ca (diff) | |
download | puppet-puppet-9ba5623e8b7e68193faf5c96a0c85109124ae22b.tar.gz puppet-puppet-9ba5623e8b7e68193faf5c96a0c85109124ae22b.tar.bz2 |
Fixing proxy definition
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/puppetmasterd.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/puppetmasterd.pp b/manifests/puppetmasterd.pp index 556cb03..702cf1e 100644 --- a/manifests/puppetmasterd.pp +++ b/manifests/puppetmasterd.pp @@ -54,8 +54,8 @@ class puppetmasterd { require => [ Package['puppetmaster'], Package['mongrel'] ], } - nginx::puppetmaster::proxy { "puppet.$domain": - worker_processes => 4, + nginx::puppetmaster::proxy { "$domain": + worker_processes => $puppetmaster_puppetmasters, worker_connections => 1024, ssl_port => 8140, non_ssl_port => 8141, |