Remove buggy gitconfig command
This commit is contained in:
parent
89f85ad2cf
commit
c2a87e3d4b
1 changed files with 0 additions and 6 deletions
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue