salt-common/sls/monitoring/check_linux_bonding.sls

11 lines
261 B
Plaintext
Raw Normal View History

2019-06-19 14:00:29 +00:00
{% import 'pkg/common' as pkg %}
include:
- gentoo.portage.packages
2018-01-26 09:56:01 +00:00
net-analyzer/nagios-check_linux_bonding:
2019-06-19 14:07:17 +00:00
pkg.latest:
- pkgs:
- {{ pkg.gen_atom('net-analyzer/nagios-check_linux_bonding') }}
- require:
- file: gentoo.portage.packages