From 7927bc0aebaffd7228c8ea8a464af0f0b0b9b447 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 7 Aug 2018 10:44:49 +0200 Subject: [PATCH] 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. --- modules/salsa/manifests/redis.pp | 8 -------- 1 file changed, 8 deletions(-) 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': -- 2.20.1