Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Fedora 1.1
Browse files Browse the repository at this point in the history
git-svn-id: http://zenpacks.zenoss.org/svn/zenpacks@295 db08cffe-75b9-45d1-af1a-46ad9ef135f6
  • Loading branch information
Matt Ray committed Jul 22, 2009
1 parent c52ba38 commit 0f4219f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def remove(self, app, leaveObjects=False):
if not leaveObjects:
newlist=[]
for plugin in fedora.zCollectorPlugins:
if plugin == "zenoss.cmd.linux.eix":
if plugin == "zenoss.cmd.linux.fedora_rpm":
pass
elif plugin == "zenoss.cmd.linux.fedora_uname_a":
newlist.append("zenoss.cmd.uname_a")
Expand Down
2 changes: 1 addition & 1 deletion ZenPacks.community.Fedora/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# or saved. Do not modify them directly here.
# NB: PACKAGES is deprecated
NAME = "ZenPacks.community.Fedora"
VERSION = "1.0"
VERSION = "1.1"
AUTHOR = "Eric Edgar"
LICENSE = ""
NAMESPACE_PACKAGES = ['ZenPacks', 'ZenPacks.community']
Expand Down

0 comments on commit 0f4219f

Please sign in to comment.