You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
260 B

  1. # For CI we are not worries about data persistence across reboot
  2. $libvirt_volume_cache = "unsafe"
  3. # Checking for box update can trigger API rate limiting
  4. # https://www.vagrantup.com/docs/vagrant-cloud/request-limits.html
  5. $box_check_update = false
  6. $vm_cpus = 2