Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
fix(setup): Fixed deployer user setup
Browse files Browse the repository at this point in the history
When setting up new user in Chef 12, a `manage_home true` setting is
required. This commit adds it back.

Fixes #159
  • Loading branch information
ajgon committed Jun 8, 2018
1 parent f994e2f commit 9af3651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
gid 5000
shell '/bin/bash'
home node['deployer']['home']
manage_home true
end

sudo node['deployer']['user'] do
Expand Down

0 comments on commit 9af3651

Please sign in to comment.