diff --git a/cookbooks/workstations/recipes/centos-chef_user.rb b/cookbooks/workstations/recipes/centos-chef_user.rb index 6bb5840..b9f93b8 100644 --- a/cookbooks/workstations/recipes/centos-chef_user.rb +++ b/cookbooks/workstations/recipes/centos-chef_user.rb @@ -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