Skip to content

Commit

Permalink
Merge pull request sous-chefs#353 from warp3r/master
Browse files Browse the repository at this point in the history
Fixed new manage_home behaviour that came as a surprise with chef 12.…
  • Loading branch information
tas50 authored Sep 15, 2016
2 parents d36ea3b + 47809b3 commit b9e04a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/manage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def whyrun_supported?
password u['password'] if u['password']
salt u['salt'] if u['salt']
iterations u['iterations'] if u['iterations']
supports manage_home: manage_home
manage_home manage_home
home home_dir
action u['action'] if u['action']
end
Expand Down

0 comments on commit b9e04a4

Please sign in to comment.