From 3a2fd7e106ef34f98efb33c1e0c6799907291692 Mon Sep 17 00:00:00 2001 From: Matt Simmons Date: Mon, 2 Nov 2015 12:56:11 -0800 Subject: [PATCH] The template change now refreshes the service, which is important on Debian-based systems --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index d2d3814..c86fbec 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -165,6 +165,7 @@ group => root, mode => '0644', require => Package['redis'], + notify => Service['redis'], } file { $conf_logrotate: