Files
configpolicy/group_vars/zabbix-server.yml
Dustin C. Hatch 2b61d80319 zabbix-server: Correctly set smtp_mynetworks
The `smtp_mynetworks` variable expects a list. Setting it to a string
resulted in each character in the string being interpreted as an item in
the list.
2019-01-04 20:52:23 -06:00

10 lines
139 B
YAML

apache_mpm: prefork
pg_hba_extra:
- type: local
database: zabbix
user: zabbix
address: ''
method: md5
smtp_mynetworks:
- localhost