multi-redis #1

Merged
cronekorkn merged 6 commits from multi-redis into master 2021-10-22 17:17:03 +02:00
2 changed files with 0 additions and 3 deletions
Showing only changes of commit 4e6071183f - Show all commits

View file

@ -7,7 +7,6 @@ directories = {
},
'/var/lib/redis': {
'owner': 'redis',
'purge': True,
'needs': [
'pkg_apt:redis-server',
],
@ -33,7 +32,6 @@ svc_systemd = {
},
}
for name, conf in node.metadata.get('redis').items():
files[f'/etc/redis/{name}.conf'] = {
'content': '\n'.join(

View file

@ -153,7 +153,6 @@ def units(metadata):
'RestrictAddressFamilies': 'AF_INET AF_INET6 AF_UNIX',
'ProtectSystem': 'true',
'ReadWriteDirectories': '-/etc/redis',
},
'Install': {
'WantedBy': {'multi-user.target'},