Commit 10905b78 by Max Rothman

Make minos cfg location backwards-compatable

parent 06338dd8
......@@ -34,6 +34,15 @@
# - minos
#
#TODO: remove
- name: maintain backwards-compatable config location
file: >
path={{ COMMON_CFG_DIR }}/{{ minos_service_name }}/{{ minos_service_name }}.yml
state=link
src={{ COMMON_CFG_DIR }}/{{ minos_service_name }}.yml
owner=root
group=root
- name: create minos config directory
file: >
path={{ minos_voter_cfg }}
......
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