summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-02-06 20:39:54 +0000
committermh <mh@immerda.ch>2008-02-06 20:39:54 +0000
commit047a55a85be261881b7709fe243633ac533f43d8 (patch)
treefc5b58783d80da6bb9a64acb3d213644e60eb5c0 /manifests/client.pp
parent6f3d5ae95495d024f69c8ab29ca42558a796aa0c (diff)
fixed double package problem
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index ba59333..13f3e09 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -134,7 +134,6 @@ class munin::client::gentoo
$acpi_available = "absent"
package { 'munin-node':
name => 'munin',
- alias => 'munin-node',
ensure => present,
category => $operatingsystem ? {
gentoo => 'net-analyzer',