let it rain, let it pour. Enable rsyslog and postfix

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2014-07-17 19:44:08 +00:00
parent 20fde1a5b1
commit 337597653d

View file

@ -79,12 +79,5 @@
- name: Override config.inc.php for the given environment
template: src=config.inc.php dest=/usr/share/nagios/html/config.inc.php mode=0640 owner=root group=apache
# TODO: Remove this for prod
- name: Shut services up for testing peacefully
service: name={{item}} state=stopped enabled=no
with_items:
- postfix
- rsyslog
- name: Restart and autostart nagios
service: name=nagios state=restarted enabled=yes