Replace all restart httpd with reload httpd

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2015-11-04 23:40:01 +00:00
parent 826315206d
commit 08568865fe
82 changed files with 178 additions and 181 deletions

View file

@ -25,7 +25,7 @@
group: root
mode: 0644
notify:
- restart httpd
- reload httpd
tags:
- beaker-server
@ -41,7 +41,7 @@
register: setup_beaker_conf
notify:
- restart beaker server
- restart httpd
- reload httpd
tags:
- beaker-server