add rdo.conf to apache config

This commit is contained in:
Seth Vidal 2013-04-15 16:57:30 +00:00
parent 043f8e55ea
commit 76e40072ab
2 changed files with 8 additions and 0 deletions

View file

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