diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-02 00:33:47 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-02 00:33:47 +0000 |
commit | e437c257bb3e7d3564f86f9e88a1632fd91c31f8 (patch) | |
tree | 82ccd9b9fd5d6df99858cf1339396f1c25849b3b | |
parent | 24a6f6a749025e79367cd3676cf7e805fbb4f0c3 (diff) |
fixed language problem, added need package by debian
git-svn-id: https://rfd.cronopios.org/ipuppet/trunk/modules/munin@734 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-rw-r--r-- | manifests/client.pp | 2 |
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/": |