Skip to content

Commit b62c9f5

Browse files
author
Tim Meusel
committed
update docs
1 parent de54403 commit b62c9f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

manifests/unicorn.pp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Class: puppet::unicorn
22
#
33
# Parameters:
4-
# ['listen_address'] - IP for binding the nginx
4+
# ['listen_address'] - IP for binding the webserver, defaults to *
55
# ['puppet_proxy_port'] - The port for the virtual host
6+
# ['disable_ssl'] - Disables SSL on the webserver. usefull if you use this master behind a loadbalancer. currently only supported by nginx, defaults to undef
7+
# ['backup_upstream'] - specify another puppet master as fallback. currently only supported by nginx
68
#
79
# Actions:
810
# - Configures nginx and unicorn for puppet master use. Tested only on CentOS 7

0 commit comments

Comments
 (0)