summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2010-02-17 18:04:51 -0200
committerdrebs <drebs@riseup.net>2010-02-17 18:04:51 -0200
commitf2a3556aa7b587f0ba03ef19a731b764e5bbffd3 (patch)
tree8b54cc96c396b7a8289c825cef5d1ebdae02b464 /manifests
parent243b7801f4167bd00ae25ec3937696c7c8bedcb9 (diff)
downloadpuppet-nginx-f2a3556aa7b587f0ba03ef19a731b764e5bbffd3.tar.gz
puppet-nginx-f2a3556aa7b587f0ba03ef19a731b764e5bbffd3.tar.bz2
Fixing paths for proxying.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
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" ]) {