Commit 63743983 by Guba Sándor

change files to managed from copy

parent 9e15e06b
......@@ -7,31 +7,36 @@ postactivate:
- mode: 700
/etc/init/portal.conf:
file.copy:
file.managed:
- user: root
- group: root
- source: /home/{{ pillar['user'] }}/circle/miscellaneous/portal.conf
- template: jinja
- source: file:///home/{{ pillar['user'] }}/circle/miscellaneous/portal.conf
/etc/init/manager.conf:
file.copy:
file.managed:
- user: root
- group: root
- source: /home/{{ pillar['user'] }}/circle/miscellaneous/manager.conf
- template: jinja
- source: file:///home/{{ pillar['user'] }}/circle/miscellaneous/manager.conf
/etc/init/mancelery.conf:
file.copy:
file.managed:
- user: root
- group: root
- source: /home/{{ pillar['user'] }}/circle/miscellaneous/mancelery.conf
- template: jinja
- source: file:///home/{{ pillar['user'] }}/circle/miscellaneous/mancelery.conf
/etc/init/moncelery.conf:
file.copy:
file.managed:
- user: root
- group: root
- source: /home/{{ pillar['user'] }}/circle/miscellaneous/moncelery.conf
- template: jinja
- source: file:///home/{{ pillar['user'] }}/circle/miscellaneous/moncelery.conf
/etc/init/slowcelery.conf:
file.copy:
file.managed:
- user: root
- group: root
- source: /home/{{ pillar['user'] }}/circle/miscellaneous/slowcelery.conf
- template: jinja
- source: file:///home/{{ pillar['user'] }}/circle/miscellaneous/slowcelery.conf
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 sign in to comment