diff options
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 0eca3f9..68b578b 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" ]) { |