]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/git/attributes/default.rb
Add tests for git cookbook
[chef.git] / cookbooks / git / attributes / default.rb
index 2d89a83de9e5c9765075b1169fd1a9a43c052eba..fd641f37a5b3472ec441a8acdde217a552883f14 100644 (file)
@@ -1,5 +1,7 @@
+default[:git][:host] = "git.openstreetmap.org"
 default[:git][:directory] = "/var/lib/git"
 default[:git][:public_user] = "git"
 default[:git][:public_group] = "git"
 default[:git][:private_user] = "git"
 default[:git][:private_group] = "git"
+default[:git][:private_nodes] = "fqdn:*"