summaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-06-01 21:28:53 +0200
committermh <mh@immerda.ch>2009-06-01 21:28:53 +0200
commit11ff5755c2ee3929b4422a8128827a0e9967d964 (patch)
tree6c924ff2c0e24e58c8cde440b48ed2c478a7a81a /manifests/host.pp
parent3b2bddb45aad52669f1c680ee0b95d4c061a7590 (diff)
fix typo
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index b23a7e5..21cf7df 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -36,7 +36,7 @@ class munin::host
}
# from time to time we cleanup hanging munin-runs
- file{'/etc/cront.d/munin_kill':
+ file{'/etc/cron.d/munin_kill':
content => "4,34 * * * * root if $(ps ax | grep -v grep | grep -q munin-run); then killall munin-run; fi\n",
owner => root, group => 0, mode => 0644;
}