updated zabbix state

This commit is contained in:
Paul 2023-03-31 17:21:33 +02:00
parent bdab8c59fb
commit 912a2dae1b
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
{%- from "zabbix/map.jinja" import zabbix with context %}
zabbix-agent-pkgs:
pkg.latest:
pkg.installed:
- pkgs: {{ zabbix.agent.pkgs }}
- watch_in:
- service: zabbix-agent-service

View File

@ -1,7 +1,7 @@
---
{%- from "zabbix/map.jinja" import zabbix with context %}
zabbix-server-pkgs:
pkg.latest:
pkg.installed:
- pkgs: {{ zabbix.server.pkgs }}
- watch_in:
- service: zabbix-server-service