From abb0f3b972c2e6b26d9eb612320980a8d30c2827 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Mon, 10 Apr 2017 14:33:00 -0500 Subject: [PATCH] Fix syntax in user config. --- chef/cookbooks/metasploitable/recipes/users.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'