Start httpd on role frontend2 and not frontend

This commit is contained in:
Adrian Reber 2015-05-07 10:32:16 +00:00
parent f4cce884f3
commit fa9ac723f6
2 changed files with 3 additions and 3 deletions

View file

@ -17,6 +17,3 @@
- restart httpd
tags:
- config
- name: startup apache
service: name=httpd enabled=yes state=started

View file

@ -40,3 +40,6 @@
action: seboolean name=httpd_can_network_connect_db
state=true
persistent=true
- name: startup apache
service: name=httpd enabled=yes state=started