X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fsyslog_ng%2Fmanifests%2Finit.pp;h=e7a20b6309110032e4611b6d74f359de57815da1;hb=be67e1b495a7676e7388f973894045e4f45cb54b;hp=3489fb474c9a9a4f4998595805d821905f236e8e;hpb=6fd3b90b696fc0e8e466973e20eb6bd7a83ab2f2;p=mirror%2Fdsa-puppet.git diff --git a/modules/syslog_ng/manifests/init.pp b/modules/syslog_ng/manifests/init.pp index 3489fb474..e7a20b630 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,loghost-grnet-01,loghost-osuosl-01] { + if $::hostname in [lotti,loghost-grnet-01,loghost-osuosl-01] { file { '/etc/logrotate.d/syslog-ng-loggers': source => 'puppet:///modules/syslog_ng/syslog-ng.logrotate.loggers', require => Package['syslog-ng']