Remove buggy gitconfig command

This commit is contained in:
Jake Howard 2017-10-19 13:16:10 +01:00
parent 89f85ad2cf
commit c2a87e3d4b
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -6,10 +6,4 @@ class config::git {
mode => '0644',
source => 'puppet:///modules/config/gitignore_global'
}
-> exec { "install global git config":
command => "git config --global core.excludesfile '$global_gitignore'",
user => 'jake',
unless => 'git config --global core.excludesfile'
}
}