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
commit47dc70484afec3c95ba38a3635b2dc455972755e (patch)
treefc5b58783d80da6bb9a64acb3d213644e60eb5c0 /manifests
parent443bbd222f652caa2d4c759acaa1e8a13bb61b4c (diff)
fixed double package problem
git-svn-id: https://rfd.cronopios.org/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',