From 956bbf011c688d87ac18106c3f2e0a6280fdd8aa Mon Sep 17 00:00:00 2001 From: Pat O'Shea Date: Thu, 16 Jul 2015 18:37:36 -0600 Subject: [PATCH] Changed minion config path for windows Copy of minion is wrong on windows. Moved to sub-dir, conf. --- plugins/provisioners/salt/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/provisioners/salt/config.rb b/plugins/provisioners/salt/config.rb index 4e4dc866a..4d9550406 100644 --- a/plugins/provisioners/salt/config.rb +++ b/plugins/provisioners/salt/config.rb @@ -113,7 +113,7 @@ module VagrantPlugins # FIXME: there should be a way to do that a bit smarter if guest_type == :windows - return "C:\\salt" + return "C:\\salt\\conf" else return "/etc/salt" end