diff --git a/chef/cookbooks/metasploitable/recipes/users.rb b/chef/cookbooks/metasploitable/recipes/users.rb index 095b116..bc6fe99 100644 --- a/chef/cookbooks/metasploitable/recipes/users.rb +++ b/chef/cookbooks/metasploitable/recipes/users.rb @@ -26,7 +26,7 @@ uid = 1111 users.each do |username, opts| user username do - supports :manage_home => true + manage_home true password opts[:password] uid uid gid '100'