30612195ab
Until all the roles are ready and have this new role in the ansible-role-requirements, we should not be merging this. We should also ensure that the integrated a-r-r includes this role before merging this. This reverts commit b42eef0dc4b367e05f16a6654dc10aca1f9b7480. Change-Id: I8a944db87948ff783028240d3548016a52ab5af4
7 lines
293 B
Django/Jinja
7 lines
293 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
{% for program_name in keystone_wsgi_program_names %}
|
|
D /var/lock/{{ program_name }} 2755 {{ keystone_system_user_name }} {{ keystone_system_group_name }}
|
|
D /var/run/{{ program_name }} 2755 {{ keystone_system_user_name }} {{ keystone_system_group_name }}
|
|
{% endfor %}
|