mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-07 10:48:59 +00:00
Rename git installation state to dev-vcs/git
This commit is contained in:
parent
0184775666
commit
64d4dabfb1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user