Merge pull request #2 from PatOShea/PatOShea-Minion-Config-Path

Changed minion config path for windows
This commit is contained in:
Pat O'Shea 2015-07-16 18:40:51 -06:00
commit 3f2d2edf2b
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ module VagrantPlugins
# FIXME: there should be a way to do that a bit smarter # FIXME: there should be a way to do that a bit smarter
if guest_type == :windows if guest_type == :windows
return "C:\\salt" return "C:\\salt\\conf"
else else
return "/etc/salt" return "/etc/salt"
end end