formula-postfix/postfix/init.sls

8 lines
106 B
Plaintext
Raw Normal View History

2013-06-13 01:55:32 -04:00
postfix:
pkg:
- installed
service.running:
- enable: True
- require:
- pkg: postfix