mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
ff02434397
* Fix python states * Remove pkg: python3 deps * Remove python2_7 from makeconf pillars, fix salt-call-selinux alias * Translate sls/_* with 2to3 (#81) Co-authored-by: Andrey Abramov <a.abramov@rbkmoney.com>
11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
{% import 'pkg/common' as pkg %}
|
|
include:
|
|
- gentoo.portage.packages
|
|
|
|
net-analyzer/nagios-check_linux_bonding:
|
|
pkg.latest:
|
|
- pkgs:
|
|
- {{ pkg.gen_atom('net-analyzer/nagios-check_linux_bonding') }}
|
|
- require:
|
|
- file: gentoo.portage.packages
|