X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4479ee5c32b8d5c7dc6cef37b4bbaed9402ed4fb..3dd5baca2a498497cb9a96a36259bd94c92e20ea:/cookbooks/git/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/git/attributes/default.rb b/cookbooks/git/attributes/default.rb index 2d89a83de..fd641f37a 100644 --- a/cookbooks/git/attributes/default.rb +++ b/cookbooks/git/attributes/default.rb @@ -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:*"