diff options
author | Daniel Jakob <wolverine@usox.org> | 2014-06-28 12:02:08 +0200 |
---|---|---|
committer | Daniel Jakob <wolverine@usox.org> | 2014-06-28 12:02:08 +0200 |
commit | 3cf822dfee3e56e2461c2a5d96dca448c008cd34 (patch) | |
tree | 3c1d5747ffa2bd2da118bf096e4c63481b22ca9d /manifests/client | |
parent | a12b6eaba350620fa1ad4cdcd4bd639a252a0f0e (diff) |
Rename the package to avoid naming conflicts
Diffstat (limited to 'manifests/client')
-rw-r--r-- | manifests/client/gentoo.pp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/client/gentoo.pp b/manifests/client/gentoo.pp index fde592f..263fecd 100644 --- a/manifests/client/gentoo.pp +++ b/manifests/client/gentoo.pp @@ -2,8 +2,7 @@ class munin::client::gentoo inherits munin::client::base { Package['munin-node'] { - name => 'munin', - category => 'net-analyzer', + name => 'net-analyzer/munin', } include munin::plugins::gentoo |