Rename git installation state to dev-vcs/git

This commit is contained in:
Antsiferov Grigory 2018-06-29 16:40:59 +03:00
parent 0184775666
commit 64d4dabfb1

View File

@ -1,10 +1,9 @@
{% set git_use = salt['pillar.get']('git:use', ['-gpg','-pcre-jit']) %}
git:
dev-vcs/git:
portage_config.flags:
- use: {{ git_use }}
pkg.latest:
- refresh: false
- name: dev-vcs/git
- version: "[{{ ','.join(git_use) }}]"
- require:
- portage_config: git