From 57ecb02fa6bd061e5ca6e4d2177f67c9b624a11e Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 20 Dec 2014 18:07:39 +0100 Subject: [PATCH 1/1] And another loghost-grnet-01 fix --- modules/syslog-ng/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/syslog-ng/manifests/init.pp b/modules/syslog-ng/manifests/init.pp index 1781e9b1e..b89109293 100644 --- a/modules/syslog-ng/manifests/init.pp +++ b/modules/syslog-ng/manifests/init.pp @@ -23,7 +23,7 @@ class syslog-ng { source => 'puppet:///modules/syslog-ng/syslog-ng.logrotate', require => Package['syslog-ng'] } - if $::hostname in [lotty,lully] { + if $::hostname in [lotty,lully,loghost-grnet-01] { file { '/etc/logrotate.d/syslog-ng-loggers': source => 'puppet:///modules/syslog-ng/syslog-ng.logrotate.loggers', require => Package['syslog-ng'] -- 2.20.1