summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
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/":