mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 18:35:18 +00:00
7 lines
183 B
YAML
7 lines
183 B
YAML
# -*- mode: yaml -*-
|
|
{% import 'pkg/common' as pkg %}
|
|
nagios-bird:
|
|
pkg.latest
|
|
{{ pkg.gen_portage_config('net-analyzer/nagios-bird', watch_in={'pkg': 'nagios-bird'})|indent(8) }}
|
|
|