]> git.openstreetmap.org Git - chef.git/blob - cookbooks/accounts/attributes/default.rb
enable imagery::za_ngi_topo role
[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] = {}