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

View File

@ -55,5 +55,10 @@
- name: startup apache
action: service name=httpd state=started
- name: rdo.conf file for apache
action: copy src=$files/rdo/rdo.conf dest=/etc/httpd/conf.d/rdo.conf
notify:
- restart httpd
handlers:
- include: $handlers/restart_services.yml