blob: 179f1d2a6471d01bb834180dc7c7d3cb7bff335e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
- name: push daemon sysconfig
copy:
dest: /etc/sysconfig/bugzilla-push
mode: 0644
content: |
BUGZILLA=/vagrant
USER=vagrant
- name: push daemon init file
template:
dest: /etc/init.d/bugzilla-push
src: bugzilla-push
owner: root
group: root
mode: 0755
|