summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Vagrantfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 3554d1f..223f16b 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -1,8 +1,11 @@
+# -*- mode: ruby -*-
+# vi: set ft=ruby :
+
Vagrant.configure("2") do |config|
config.vm.guest = :solaris
config.vm.box = "dyson"
- config.vm.box_url = "https://dl.osdyson.org/vagrant/2020-01-02/dyson.box"
+ config.vm.box_url = "https://dl.osdyson.ru/vagrant/2020-01-02/dyson.box"
config.vm.box_download_checksum = "fc20e566b1584bd5ff0b81d1ee20e66d92487ed1e727f1b7fdb8a7e77d5bb228"
config.vm.box_download_checksum_type = "sha256"