Modify ↓
Ticket #822 (closed defect: fixed)
Packages plugin confused with or dependencies
Reported by: | Patrick Ruckstuhl <[email protected]…> | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 1.1.0 Release |
Component: | bcfg2-server | Version: | 1.0 |
Keywords: | Cc: | [email protected]…, [email protected]… |
Description
I have a bundle nagios with
<Bundle name="nagios">
<Package name="nagios3"/> <Package name="libgd2-xpm"/>
</Bundle>
the first time I run bcfg, libgd2-xpm is removed and libgd2-noxpm is installed. The second time, libgd2-noxpm is uninstalled and libgd2-xpm and so on.
The specific dependencies in nagios3 are
libgd2-noxpm | libgd2-xpm
So it should be satisfied with any of the two.
manually running
self.pluginsPackages?.complete(m, ['nagios3', 'libgd2-xpm'], debug=True)
in bcfg2-info results in a god set
shows the problem: http://pastie.org/764041
I'm running 1.0.0-6 on Debian Lenny
Attachments
Change History
comment:1 Changed 13 years ago by https://www.google.com/accounts/o8/id?id=AItOawmSAqcanZjC_zUMz6-24nRYFLJWSQtV0vw
- Cc [email protected]… added
comment:3 Changed 13 years ago by desai
- Status changed from new to closed
- Resolution set to fixed
Fixed in [c65a902f85831425b3fdacbcbfb6059013a39f61] (SVN r5687)
Note: See
TracTickets for help on using
tickets.
also affects ubuntu jaunty