diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-17 17:49:53 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-17 17:49:53 -0200 |
commit | 243b7801f4167bd00ae25ec3937696c7c8bedcb9 (patch) | |
tree | 9cb13f6166ecc2a00e4e505f94261e0894611fdb /manifests | |
parent | 7c40c6aa71a8f11f0ea3f90689bbdc9f2d058c7f (diff) | |
download | puppet-nginx-243b7801f4167bd00ae25ec3937696c7c8bedcb9.tar.gz puppet-nginx-243b7801f4167bd00ae25ec3937696c7c8bedcb9.tar.bz2 |
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 1f08ad0..941fa4f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -110,7 +110,7 @@ class nginx inherits nginx::base { class nginx::puppetmaster inherits nginx::base { - define proxy($name, $worker_processes = 4, $worker_connections = 1024, + define proxy($worker_processes = 4, $worker_connections = 1024, $ssl_port = 8140, $non_ssl_port = 8141, $puppetmaster_servers = [ "127.0.0.1:18140" ]) { |