Browse Source

Vagrantfile: un-pin Salt version

Salt version 3000 (3000.3 specifically) seems to be working fine now, so
it should be safe to stop forcing the old version.
merge-requests/126/merge
Deimos 4 years ago
parent
commit
25656152a5
  1. 3
      Vagrantfile

3
Vagrantfile

@ -23,9 +23,6 @@ Vagrant.configure(VAGRANT_CONFIG_VERSION) do |config|
salt.run_highstate = true
salt.verbose = true
salt.log_level = "info"
salt.install_type = "stable"
salt.version = "2019.2"
end
config.vm.provider "virtualbox" do |vb|

Loading…
Cancel
Save