open-nomad/demo
Ruslan Stelmachenko 62fe9df044
Fix demo vagrant provision hung when libssl asks for confirmation
The provision shell script tries to install libssl1.1 package as dependency of ca-certificates package.

The installing of libssl requires to restart some services, and it asks for confirmation of this.
But there are no interactive session at this stage, so Vagrant provisioning just hungs.

This commit add a `libraries/restart-without-asking boolean true` setting before installing libssl,
so it doesn't ask confirmation anymore and the provisioning works again.
2019-11-24 02:35:09 +02:00
..
digitalocean chore: Format hcl configurations 2019-07-20 16:55:07 +02:00
tls Update GNUmakefile 2019-09-17 22:05:53 +01:00
vagrant Fix demo vagrant provision hung when libssl asks for confirmation 2019-11-24 02:35:09 +02:00