Resolve git.config error where minion does not have Git installed #115

This commit is contained in:
Imran Iqbal
2016-06-09 09:13:32 +01:00
parent 0ab6e3d12b
commit 846634bfd7
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -81,6 +81,9 @@ users:
options:
- "StrictHostKeyChecking yes"
# Using gitconfig without Git installed will result in an error
# https://docs.saltstack.com/en/latest/ref/states/all/salt.states.git.html:
# This state module now requires git 1.6.5 (released 10 October 2009) or newer.
gitconfig:
user.name: B User
user.email: buser@example.com