openstack-ansible-os_ironic/templates/ironic-systemd-tmpfiles.j2
Marc Gariepy cab4614094 Fix tmpfiles.d when multiple service are running
This fix tmpfile when multiple services runs in the same host with systemd.
Add ironic_lock_path vars to configure lock path

Change-Id: I7c4b6a356b321c65718af3cc5b3818b7f9a61e58
2016-11-08 13:47:42 +11:00

6 lines
237 B
Django/Jinja

# {{ ansible_managed }}
D /var/lock/{{ program_name }} 2755 {{ system_user }} {{ system_group }}
D /var/run/{{ program_name }} 2755 {{ system_user }} {{ system_group }}
D {{ ironic_lock_path }} 2755 {{ system_user }} {{ system_group }}