From 25656152a5fed8197840e267aa5d3820a63189c6 Mon Sep 17 00:00:00 2001 From: Deimos Date: Mon, 27 Jul 2020 17:19:05 -0600 Subject: [PATCH] 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. --- Vagrantfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index c5926e8..d7e9e75 100644 --- a/Vagrantfile +++ b/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|