commit | fbf3ba7b863547cc3149039d268dc2ce08cc7266 | [log] [tgz] |
---|---|---|
author | Adam Tengler <adam.tengler@tcpcloud.eu> | Wed Jan 25 17:20:02 2017 +0000 |
committer | Aleš Komárek <github@newt.cz> | Wed Jan 25 18:38:23 2017 +0100 |
tree | cbcf908042cf3b07050b0cac76a74ac3b71af0af | |
parent | a4aa16dec0de2ff1d20326734c83862ddfe94af4 [diff] |
Removed trailing slash
diff --git a/redis/map.jinja b/redis/map.jinja index eb9e343..efd76fb 100755 --- a/redis/map.jinja +++ b/redis/map.jinja
@@ -12,7 +12,7 @@ 'Debian': { 'pkgs': ['redis-server'], 'service': 'redis-server', - 'conf_dir': '/etc/redis/', + 'conf_dir': '/etc/redis', 'bind': { 'address': '127.0.0.1', 'port': '6379'