shut postfix up

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2014-07-11 00:32:22 +00:00
parent 1c740934fa
commit f095a51ee2

View file

@ -75,6 +75,10 @@
- name: Install check_nagios_notifications cron
cron: name="check_nagios_notifications" minute=0 hour=0 weekday=1 user=nagios job="/usr/local/bin/check_nagios_notifications.py"
# TODO: Remove this for prod
- name: Shut postfix up for testing peacefully
service: name=postfix state=stopped enabled=no
- name: Restart and autostart nagios
service: name=nagios state=restarted enabled=yes