postfix typo

This commit is contained in:
Seth Vidal 2012-11-19 22:06:46 +00:00
parent 2a943b5d3c
commit 25e61c72ee
2 changed files with 4 additions and 2 deletions

View file

@ -116,7 +116,7 @@
- $files/postfix/main.cf.${postfix_group}
- $files/postfix/main.cf
notify:
- restart postifx
- restart postfix
tags:
- postfix
- config

View file

@ -13,8 +13,10 @@
- $files/postfix/main.cf.${postfix_group}
- $files/postfix/main.cf
notify:
- restart postifx
- restart postfix
tags:
- postfix
- config
- name: enable postfix to start
action: service name=postfix state=running enabled=true