Skip to content

Commit

Permalink
Merge pull request #2 from PatOShea/PatOShea-Minion-Config-Path
Browse files Browse the repository at this point in the history
Changed minion config path for windows
  • Loading branch information
PatOShea committed Jul 17, 2015
2 parents 3eb93a4 + 956bbf0 commit 3f2d2ed
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 3f2d2ed

Please sign in to comment.