summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client/debian.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/client/debian.pp b/manifests/client/debian.pp
index 7c56788..60b496d 100644
--- a/manifests/client/debian.pp
+++ b/manifests/client/debian.pp
@@ -1,7 +1,9 @@
class munin::client::debian inherits munin::client::package {
# the plugin will need that
- package { "iproute": ensure => installed }
+ if !defined(Package['iproute']) {
+ package { "iproute": ensure => installed }
+ }
Service["munin-node"]{
# sarge's munin-node init script has no status