Created
June 29, 2016 16:23
-
-
Save standaloneSA/bfbec22ece2d9fd1746e2858ba1ba3d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
haproxy::frontend { 'myhost': | |
collect_exported => false, | |
mode => 'http', | |
bind => { "${::ipaddress_eth1}:443" => [ 'ssl', 'crt', '/etc/haproxy/certs/ssl.pem' ] }, | |
options => { 'default_backend' => 'myhost'}, | |
} | |
WhatsARanjit
commented
Jun 29, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment