fixing template paths for buildmaster-configure

This commit is contained in:
Tim Flink 2014-07-01 16:28:39 +00:00
parent 53b0aef6b6
commit 6ef414a4af

View file

@ -2,7 +2,7 @@
command: creates={{ buildmaster_dir }} buildbot create-master -r {{ buildmaster_dir }}
- name: upload master config
template: src={{ templates }}/buildmaster/{{ buildmaster_template }} dest={{ buildmaster_dir }}/master.cfg owner={{ master_user }} group={{ master_user }}
template: src={{ buildmaster_template }} dest={{ buildmaster_dir }}/master.cfg owner={{ master_user }} group={{ master_user }}
- name: check master config
command: buildbot checkconfig {{ buildmaster_dir }}
@ -11,7 +11,7 @@
# command: buildbot upgrade-master {{ buildmaster_dir }}
- name: generate buildmaster service file
template: src={{ templates }}/buildmaster/buildmaster.service.j2 dest=/lib/systemd/system/buildmaster.service owner=root group=root mode=0744
template: src=buildmaster.service.j2 dest=/lib/systemd/system/buildmaster.service owner=root group=root mode=0744
sudo_user: root
- name: start and enable buildmaster service