salt-common/sls/postfix/collectd.sls

14 lines
279 B
Plaintext
Raw Normal View History

2018-11-08 10:27:34 +00:00
include:
- collectd
/etc/collectd/conf.d/postfix.conf:
file.managed:
- source: salt://postfix/files/collectd-postfix.conf
- mode: 644
- user: root
- group: collectd
- require:
- file: /etc/collectd/conf.d/
- watch_in:
- service: collectd