From 622b2c11024163f9e7abd15a35623101e80847ef Mon Sep 17 00:00:00 2001 From: Marcel Haerry Date: Mon, 21 Jul 2008 10:52:42 +0200 Subject: fixed typo --- manifests/host.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/host.pp b/manifests/host.pp index aeb254d..aeaf10f 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -43,8 +43,8 @@ class munin::host::cgi { subscribe => File['/etc/munin/munin.conf.header'], } - file{'/etc/logrotate.d/munin' - source => [ "puppet://$server/files/munin/config/host/${fqdn}/logrotate" + file{'/etc/logrotate.d/munin': + source => [ "puppet://$server/files/munin/config/host/${fqdn}/logrotate", "puppet://$server/files/munin/config/host/logrotate.$operatingsystem", "puppet://$server/files/munin/config/host/logrotate", "puppet://$server/munin/config/host/logrotate.$operatingsystem", -- cgit v1.2.3