make sure postfix is actually started up so it is listening

This commit is contained in:
Seth Vidal 2013-05-10 15:57:07 +00:00
parent 5db9739f4f
commit ebfffbe709

View file

@ -81,6 +81,9 @@
tags:
- configs
- name: ensure postfix is started
action: service name=postfix state=started enabled=true
- name: make a bunch of dirs
action: file state=directory path=$item
with_items:
@ -134,6 +137,7 @@
action: copy src=$files/kojibuilder/idmapd.conf dest=/etc/idmapd.conf
tags:
- configs
- name: enable nfs-related services and run them
action: service name=$item enabled=true state=started
with_items: