summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-02 00:33:47 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-02 00:33:47 +0000
commitfd7b356081ce48f9b882610fe06f17cd4762c3c7 (patch)
tree82ccd9b9fd5d6df99858cf1339396f1c25849b3b /manifests
parentb3a600ad26a21e446d528a93ff03d3ca9dfb66c1 (diff)
fixed language problem, added need package by debian
git-svn-id: https://svn/ipuppet/trunk/modules/munin@734 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 17ad207..7dcbbe1 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -103,6 +103,8 @@ class munin::client::debian
$script_path_default = "/usr/share/munin/plugins"
package { "munin-node": ensure => installed }
+ # the plugin will need that
+ package { "iproute": ensure => installed }
file {
"/etc/munin/":