summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2008-07-21 10:52:42 +0200
committerMarcel Haerry <haerry@puzzle.ch>2008-07-21 10:52:42 +0200
commit622b2c11024163f9e7abd15a35623101e80847ef (patch)
treef1c3131c94af998da6cccd2f376c0931fde70e8f /manifests
parent551262955361a05b9f28c4871a89efaf51488139 (diff)
fixed typo
Diffstat (limited to 'manifests')
-rw-r--r--manifests/host.pp4
1 files changed, 2 insertions, 2 deletions
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",