add restart_lighttpd

add repo_vhost config for lighttpd
This commit is contained in:
Seth Vidal 2012-11-02 04:46:35 +00:00
parent 425a5ab539
commit 7036fbdf78
3 changed files with 19 additions and 0 deletions

View file

@ -14,6 +14,9 @@
- name: restart httpd
action: service name=httpd state=restarted
- name: restart lighttpd
action: service name=lighttpd state=restarted
- name: restart iptables
action: service name=iptables state=restarted