mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 18:35:18 +00:00
19 lines
404 B
Plaintext
19 lines
404 B
Plaintext
{% import 'pkg/common' as pkg %}
|
|
include:
|
|
- gentoo.portage.packages
|
|
|
|
nagios-plugins:
|
|
pkg.purged:
|
|
- name: net-analyzer/nagios-plugins
|
|
portage_config.flags:
|
|
- accept_keywords: []
|
|
- use: []
|
|
|
|
monitoring-plugins:
|
|
pkg.installed:
|
|
- pkgs:
|
|
- {{ pkg.gen_atom('net-analyzer/monitoring-plugins') }}
|
|
- require:
|
|
- pkg: nagios-plugins
|
|
- file: gentoo.portage.packages
|