Commit d98a0ca
Changed files (1)
recipes
recipes/user.rb
@@ -1,8 +1,8 @@
configuration = node['user']
user configuration['username'] do
+ supports manage_home: true
comment "rails user"
home "/home/#{configuration['username']}"
shell "/bin/bash"
end
-