paulbsd-salt/states/zabbix/agent/install.sls

8 lines
188 B
Plaintext
Raw Normal View History

2020-10-25 16:35:57 +01:00
---
{%- from "zabbix/map.jinja" import zabbix with context %}
2021-08-19 19:21:06 +02:00
zabbix-agent-pkgs:
2023-03-31 17:21:33 +02:00
pkg.installed:
2020-10-25 16:35:57 +01:00
- pkgs: {{ zabbix.agent.pkgs }}
2023-03-11 09:54:27 +01:00
- watch_in:
- service: zabbix-agent-service