Merge pull request #2 from PatOShea/PatOShea-Minion-Config-Path
Changed minion config path for windows
This commit is contained in:
commit
3f2d2edf2b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue