Skip to content

Commit

Permalink
Changed minion config path for windows
Browse files Browse the repository at this point in the history
Copy of minion is wrong on windows. Moved to sub-dir, conf.
  • Loading branch information
PatOShea committed Jul 17, 2015
1 parent 3eb93a4 commit 956bbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/provisioners/salt/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def default_config_dir(machine)

# 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
Expand Down

0 comments on commit 956bbf0

Please sign in to comment.