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

@ -16,7 +16,7 @@
group=root
mode=0755
notify:
- restart httpd
- reload httpd
tags:
- httpd
- httpd/website
@ -31,7 +31,7 @@
group=root
mode=0644
notify:
- restart httpd
- reload httpd
tags:
- httpd
- httpd/website
@ -47,7 +47,7 @@
- logs
- robots
notify:
- restart httpd
- reload httpd
tags:
- httpd
- httpd/website
@ -64,7 +64,7 @@
- robots/robots.txt.{{name}}
- robots/robots.txt
notify:
- restart httpd
- reload httpd
tags:
- httpd
- httpd/website