Fixing the grain to use the user, group does not exist.
This commit is contained in:
parent
6c2dd0cc36
commit
5b3ed8feeb
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ gitconfig:
|
|||
- name: {{ grains.homedir }}/.gitconfig
|
||||
- source: salt:///git/files/gitconfig
|
||||
- user: {{ grains.user }}
|
||||
- group: {{ grains.group }}
|
||||
- group: {{ grains.user }}
|
||||
- force: True
|
||||
|
|
Loading…
Reference in a new issue