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
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue