X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5930e1f5d32dd470fa9b60a231bae35a5a23e4eb..1ce4b4b8855822a61231b92e1bea70e606d7316d:/cookbooks/git/attributes/default.rb?ds=inline diff --git a/cookbooks/git/attributes/default.rb b/cookbooks/git/attributes/default.rb index ebb2bd736..fd641f37a 100644 --- a/cookbooks/git/attributes/default.rb +++ b/cookbooks/git/attributes/default.rb @@ -1,3 +1,7 @@ +default[:git][:host] = "git.openstreetmap.org" default[:git][:directory] = "/var/lib/git" -default[:git][:user] = "git" -default[:git][:group] = "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:*"