Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
21 results

Vagrantfile

Blame
    • Sam Stoelinga's avatar
      5a2c75a3
      Fix #781 prevent vagrant asking for password · 5a2c75a3
      Sam Stoelinga authored
      When download_run_once=True it will try to first download images to host
      running vagrant, then upload the images from vagrant host to the vagrant
      vms. While trying to upload the images it will ask for a the vagrant
      linux user password.
      
      For small environments this behaviour is unnecessary hence changing the
      default to download_run_once=False inside the Vagrantfile seems like a
      good fix.
      5a2c75a3
      History
      Fix #781 prevent vagrant asking for password
      Sam Stoelinga authored
      When download_run_once=True it will try to first download images to host
      running vagrant, then upload the images from vagrant host to the vagrant
      vms. While trying to upload the images it will ask for a the vagrant
      linux user password.
      
      For small environments this behaviour is unnecessary hence changing the
      default to download_run_once=False inside the Vagrantfile seems like a
      good fix.