mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
{% import 'pkg/common' as pkg %}
|
|
nagios_pkg:
|
|
pkg.latest:
|
|
- pkgs:
|
|
- {{ pkg.gen_atom('net-analyzer/nagios-core') }}
|