pinch-dotfiles/salty/base/git/init.sls
Elijah Lazkani e711e1f910 - Adding the usage of the group grain
- Fixing the fish configuration
2017-03-01 23:37:37 -05:00

10 lines
215 B
Text

git:
pkg.installed
gitconfig:
file.managed:
- name: {{ grains.homedir }}/.gitconfig
- source: salt:///git/files/gitconfig
- user: {{ grains.user }}
- group: {{ grains.group }}
- force: True