mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
14 lines
279 B
Plaintext
14 lines
279 B
Plaintext
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
|