1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-09-19 15:30:34 +00:00

Update install_wrapper with an additional option

This commit is contained in:
Kris Lamoureux 2020-05-22 13:20:13 -04:00
parent 9ec4f8dd3b
commit 5a2c4bbbd3
Signed by: kris
GPG Key ID: A30022791E1719A4

View File

@ -61,6 +61,9 @@ send "{{ smtp_authentication }}\r"
expect -re {[\r\n]+Openssl verify mode:}
send "{{ smtp_openssl_verify_mode }}\r"
expect -re {[\r\n]+Enable tls}
send "Y\r"
expect -re {[\r\n]+Enable starttls}
send "Y\r"