default_attributes(
:accounts => {
:users => {
+ :bretth => {
+ :status => :user,
+ :shell => "/usr/bin/git-shell"
+ },
:lonvia => {
:status => :user,
:shell => "/usr/bin/git-shell"
},
:git => {
:host => "git.openstreetmap.org",
- :backup => "git"
+ :aliases => ["git.osm.org"]
}
)