From f2a3556aa7b587f0ba03ef19a731b764e5bbffd3 Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 17 Feb 2010 18:04:51 -0200 Subject: Fixing paths for proxying. --- manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 941fa4f..a941404 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -110,7 +110,8 @@ class nginx inherits nginx::base { class nginx::puppetmaster inherits nginx::base { - define proxy($worker_processes = 4, $worker_connections = 1024, + define proxy($name = $domain, $worker_processes = 4, + $worker_connections = 1024, $ssl_port = 8140, $non_ssl_port = 8141, $puppetmaster_servers = [ "127.0.0.1:18140" ]) { -- cgit v1.2.3