You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifests/unicorn.pp
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# Class: puppet::unicorn
2
2
#
3
3
# Parameters:
4
-
# ['listen_address'] - IP for binding the nginx
4
+
# ['listen_address'] - IP for binding the webserver, defaults to *
5
5
# ['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
6
8
#
7
9
# Actions:
8
10
# - Configures nginx and unicorn for puppet master use. Tested only on CentOS 7
0 commit comments