Commit d98a0ca

mo khan <mo@mokhan.ca>
2015-05-22 22:01:33
allow new user to manage their home directory.
1 parent 381acea
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
-