From 243b7801f4167bd00ae25ec3937696c7c8bedcb9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 17 Feb 2010 17:49:53 -0200 Subject: Minor fix --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]) { -- cgit v1.2.3