summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2022-12-17 11:30:47 +0200
committerIgor Pashev <pashev.igor@gmail.com>2022-12-17 11:30:47 +0200
commit589f7a4d49c9b1322ced8212fdbf6997d526adae (patch)
treed97357e78df97edf790791166db3f3b53ba54fa2
parente17b10726f97143a012e43c874da418d7b06f0ef (diff)
downloaddyson-master.tar.gz
Use new domain nameHEADmaster
-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"