From c740ccae117d0af197c29ce46a879f49f103a4fb Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 17 May 2024 00:30:03 +0100 Subject: [PATCH] Treat all directories as safe on the git server --- cookbooks/git/templates/default/gitconfig.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cookbooks/git/templates/default/gitconfig.erb b/cookbooks/git/templates/default/gitconfig.erb index e5067f983..3f4b01067 100644 --- a/cookbooks/git/templates/default/gitconfig.erb +++ b/cookbooks/git/templates/default/gitconfig.erb @@ -1,6 +1,4 @@ # DO NOT EDIT - This file is being maintained by Chef [safe] - directory = /var/lib/chef/public - directory = /var/lib/chef/private - directory = /var/lib/dns + directory = * -- 2.39.5