diff options
| author | Igor Pashev <pashev.igor@gmail.com> | 2022-12-17 11:30:47 +0200 |
|---|---|---|
| committer | Igor Pashev <pashev.igor@gmail.com> | 2022-12-17 11:30:47 +0200 |
| commit | 589f7a4d49c9b1322ced8212fdbf6997d526adae (patch) | |
| tree | d97357e78df97edf790791166db3f3b53ba54fa2 | |
| parent | e17b10726f97143a012e43c874da418d7b06f0ef (diff) | |
| download | dyson-master.tar.gz | |
| -rw-r--r-- | Vagrantfile | 5 |
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" |
