Skip to content

Commit

Permalink
Use the modern property for managing a user's home
Browse files Browse the repository at this point in the history
supports { manage_home: true } on the user resource is deprecated and
will be removed in Chef 13, set manage_home: true instead

Signed-off-by: Nathen Harvey <nharvey@chef.io>
  • Loading branch information
Nathen Harvey committed Nov 30, 2016
1 parent b77bc8a commit f3ab894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/workstations/recipes/centos-chef_user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
comment 'ChefDK User'
home '/home/chef'
shell '/bin/bash'
supports :manage_home => true
manage_home true
password '$1$seaspong$/UREL79gaEZJRXoYPaKnE.'
action :create
end
Expand Down

0 comments on commit f3ab894

Please sign in to comment.