From: Julien Cristau Date: Tue, 7 Aug 2018 08:44:49 +0000 (+0200) Subject: Don't manage salsa's /run/redis X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=7927bc0aebaffd7228c8ea8a464af0f0b0b9b447;p=mirror%2Fdsa-puppet.git Don't manage salsa's /run/redis Permissions conflicts with the package's /usr/lib/tmpfiles.d/redis-server.conf so we keep changing them and restarting the service needlessly. --- diff --git a/modules/salsa/manifests/redis.pp b/modules/salsa/manifests/redis.pp index 6a438f655..8e84ce0da 100644 --- a/modules/salsa/manifests/redis.pp +++ b/modules/salsa/manifests/redis.pp @@ -15,14 +15,6 @@ class salsa::redis inherits salsa { source => "puppet:///modules/salsa/redis.conf", notify => Service['redis-server'], require => Package['redis-server'], - } - - file { "/var/run/redis": - ensure => "directory", - mode => "750", - owner => redis, - group => redis, - notify => Service['redis-server'], } exec { 'add-git-user-to-redis':