Skip to content

Commit

Permalink
Merge pull request #241 from chef/tm/really_solo
Browse files Browse the repository at this point in the history
Use legacy solo mode
  • Loading branch information
thommay committed Nov 8, 2016
2 parents 01dd0e6 + ff88f04 commit 70d762d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/chef/knife/mixin/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ module Mixin
module Helper
def set_mode(mode)
if mode == "client"
Chef::Config[:solo] = false
Chef::Config[:solo_legacy_mode] = false
else
Chef::Config[:solo] = true
Chef::Config[:solo_legacy_mode] = true
end
end

Expand Down

0 comments on commit 70d762d

Please sign in to comment.