1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2025-09-09 05:59:29 +00:00

Update install_wrapper with an additional option

This commit is contained in:
2020-05-22 13:20:13 -04:00
parent 9ec4f8dd3b
commit 5a2c4bbbd3

View File

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