Fix syntax in user config.

This commit is contained in:
James Barnett 2017-04-10 14:33:00 -05:00
parent 3daf5181f3
commit a2c943940a
No known key found for this signature in database
GPG Key ID: 647983861A4EC5EA
1 changed files with 1 additions and 1 deletions

View File

@ -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'