Changed minion config path for windows

Copy of minion is wrong on windows. Moved to sub-dir, conf.
This commit is contained in:
Pat O'Shea 2015-07-16 18:37:36 -06:00
parent 3eb93a4501
commit 956bbf011c
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
if guest_type == :windows
return "C:\\salt"
return "C:\\salt\\conf"
else
return "/etc/salt"
end