summaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-04-24 13:26:14 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-04-24 13:26:14 +0000
commit9dca19736cd11ed42cfdb8aed30c8628b22231cb (patch)
treefddac14151d5157edc5dd6c1f51f3f82e834479e /manifests/host.pp
parentb1381333f577b0b4c6ff17a2cfff1abfa58c00e3 (diff)
merged with puzzle upstream
git-svn-id: https://svn/ipuppet/trunk/modules/munin@1254 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index d49c5a2..8f79020 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -4,7 +4,7 @@
class munin::host
{
- package { [ "munin", "nmap"]: ensure => installed, }
+ package {"munin": ensure => installed, }
File <<| tag == 'munin' |>>
@@ -12,7 +12,7 @@ class munin::host
dir => $NODESDIR,
header => "/etc/munin/munin.conf.header",
}
-
+
file { ["/var/log/munin-update.log", "/var/log/munin-limits.log",
"/var/log/munin-graph.log", "/var/log/munin-html.log"]:
ensure => present,