summaryrefslogtreecommitdiff
path: root/manifests/client
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client')
-rw-r--r--manifests/client/debian.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/client/debian.pp b/manifests/client/debian.pp
index f94356a..63a0e14 100644
--- a/manifests/client/debian.pp
+++ b/manifests/client/debian.pp
@@ -1,9 +1,7 @@
# Install the munin client on debian
class munin::client::debian inherits munin::client::base {
# the plugin will need that
- package { 'iproute':
- ensure => installed
- }
+ ensure_packages(['iproute'])
$hasstatus = $::lsbdistcodename ? {
sarge => false,