1 default[:git][:host] = "git.openstreetmap.org"
 
   2 default[:git][:directory] = "/var/lib/git"
 
   3 default[:git][:public_user] = "git"
 
   4 default[:git][:public_group] = "git"
 
   5 default[:git][:private_user] = "git"
 
   6 default[:git][:private_group] = "git"
 
   7 default[:git][:private_nodes] = "fqdn:*"