tripleo-heat-templates/deployment/database
Cédric Jeanneret c59f31ea4d Remove redundant file management for /run/redis
We can remove the systemd options since the directory is managed by
tmpdir, and the mount has the needed "z" flag for relabelling.

The RuntimeDirectory instructs systemd to create AND remove the
directory - this might lead to an issue where init_t isn't allowed to
unlink a container_file_t file/directory

The ExecStartPre is running in init_t context, and might be denied to
chcon file/directory to container_file_t.

It should resolves rhbz#1860423 while making things cleaner and clearer.
This is also the only place where we actually use the
`systemd_exec_flags`.

Change-Id: Ie938d9dd7d74db3907eb546765236b025bff1abe
(cherry picked from commit 9b894ecb69)
2020-07-30 09:03:13 -04:00
..
mysql-base.yaml Deprecate service ipv6 params 2020-05-12 07:25:11 +00:00
mysql-client.yaml Use absolute name to include puppet classes 2020-04-11 08:13:23 +09:00
mysql-container-puppet.yaml Remove ffwd-upgrade leftovers from THT. 2020-07-27 12:23:00 +02:00
mysql-pacemaker-puppet.yaml Remove ffwd-upgrade leftovers from THT. 2020-07-27 12:23:00 +02:00
redis-base-puppet.yaml Deprecate service ipv6 params 2020-05-12 07:25:11 +00:00
redis-container-puppet.yaml Remove redundant file management for /run/redis 2020-07-30 09:03:13 -04:00
redis-pacemaker-puppet.yaml Remove ffwd-upgrade leftovers from THT. 2020-07-27 12:23:00 +02:00