formula-postfix/postfix/init.sls
2013-06-12 23:55:32 -06:00

8 lines
106 B
Plaintext

postfix:
pkg:
- installed
service.running:
- enable: True
- require:
- pkg: postfix