Commit 9d9267e1 by Feanil Patel

Move templates to better show where they'll endup.

parent 706fee15
......@@ -97,7 +97,7 @@
- name: create supervisor upstart job
template: >
src=supervisor-upstart.conf.j2 dest=/etc/init/{{ supervisor_service }}.conf
src=etc/init/supervisor-upstart.conf.j2 dest=/etc/init/{{ supervisor_service }}.conf
owner=root group=root
# This script is aws specific and looks up instances
......@@ -105,7 +105,7 @@
# on instance startup.
- name: create pre_supervisor upstart job
template: >
src=pre_supervisor.conf.j2 dest=/etc/init/pre_supervisor.conf
src=etc/initpre_supervisor.conf.j2 dest=/etc/init/pre_supervisor.conf
owner=root group=root
when: supervisor_service == "supervisor" and disable_edx_services and not devstack
......@@ -120,7 +120,7 @@
- name: create supervisor master config
template: >
src=supervisord.conf.j2 dest={{ supervisor_cfg }}
src=edx/app/supervisor/supervisord.conf.j2 dest={{ supervisor_cfg }}
owner={{ supervisor_user }} group={{ supervisor_service_user }}
mode=0644
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment