Skip to content

Commit 3268f82

Browse files
committed
(maint) Allow git-daemon to trust local repos
1 parent b0d4af5 commit 3268f82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/pre-suite/10_git_config.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
on(master, puppet('apply'), :stdin => git_manifest, :acceptable_exit_codes => [0,2]) do |result|
3737
assert_no_match(/Error:/, result.stderr, 'Unexpected error was detected!')
3838
end
39+
on(master, 'git config --system --add safe.directory "*"')
3940

4041
step 'Create "production" Environment on Git'
4142
init_r10k_source_from_prod(master, git_repo_path, git_repo_name, git_environments_path, 'production')

0 commit comments

Comments
 (0)