summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-06 20:39:54 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-06 20:39:54 +0000
commitf0b680075d3106efc0a04c8fd3a5d5f05dbe82e6 (patch)
treefc5b58783d80da6bb9a64acb3d213644e60eb5c0 /manifests
parent1115e76a91b398ccb45f2cd5ea2195cb3351bc22 (diff)
fixed double package problem
git-svn-id: https://svn/ipuppet/trunk/modules/munin@765 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-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',