From c2a87e3d4bb4f0bff3eb80f730ec07b063d3a1b1 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 19 Oct 2017 13:16:10 +0100 Subject: [PATCH] Remove buggy gitconfig command --- modules/config/manifests/git.pp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/config/manifests/git.pp b/modules/config/manifests/git.pp index 951f6f3..f96a102 100644 --- a/modules/config/manifests/git.pp +++ b/modules/config/manifests/git.pp @@ -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' - } }