summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-02-02 00:33:47 +0000
committermh <mh@immerda.ch>2008-02-02 00:33:47 +0000
commit3ff86b597015cedc9a53abd95781ab2d1f3eb4ab (patch)
tree82ccd9b9fd5d6df99858cf1339396f1c25849b3b /manifests/client.pp
parent5049f21501bbdda4a448cae66845bba603e47e03 (diff)
fixed language problem, added need package by debian
Diffstat (limited to 'manifests/client.pp')
-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/":