mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 18:35:18 +00:00
4f0ea4d9f6
Fix exception on fnmatch with use flags; Fix portage state for read-only-repos; Update python and salt.pkg states;
13 lines
250 B
Plaintext
13 lines
250 B
Plaintext
{% import 'pkg/common' as pkg %}
|
|
include:
|
|
- gentoo.makeconf
|
|
- gentoo.portage.packages
|
|
|
|
python2:
|
|
pkg.latest:
|
|
- name: dev-lang/python:2.7
|
|
- slot: '2.7'
|
|
- require:
|
|
- augeas: manage-make-conf
|
|
- file: gentoo.portage.packages
|