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
now it is possible to create an nginx setup with ssl. this is usefull if you run this node behind a loadbalancer that breaks up ssl. also you can specify multiple backup upstream server in nginx.
Copy file name to clipboardExpand all lines: manifests/master.pp
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@
34
34
# ['digest_algorithm'] - The algorithm to use for file digests.
35
35
# ['webserver'] - install 'nginx' (with unicorn) or 'httpd' (with passenger) - httpd is default
36
36
# ['listen_address'] - IP for binding the webserver, defaults to *
37
+
# ['disable_ssl'] - Disables SSL on the webserver. usefull if you use this master behind a loadbalancer. currently only supported by nginx, defaults to undef
38
+
# ['backup_upstream'] - specify another puppet master as fallback. currently only supported by nginx
0 commit comments