This project is mirrored from https://gitee.com/mirrors/nomad.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 26 Nov, 2019 8 commits
  2. 25 Nov, 2019 7 commits
  3. 24 Nov, 2019 1 commit
    • Ruslan Stelmachenko's avatar
      Fix demo vagrant provision hung when libssl asks for confirmation · d0788837
      Ruslan Stelmachenko authored
      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.
      d0788837
  4. 22 Nov, 2019 24 commits