]> git.openstreetmap.org Git - chef.git/blob - cookbooks/accounts/attributes/default.rb
Revert "supybot: Add owl to watched repos" until supybot UTF-8 handling fixed
[chef.git] / cookbooks / accounts / attributes / default.rb
1 default[:accounts][:home] = "/home"
2 default[:accounts][:shell] = "/bin/bash"
3 default[:accounts][:manage_home] = true
4
5 default[:accounts][:groups] = {}
6 default[:accounts][:users] = {}