Modify ↓
Ticket #378 (closed defect: fixed)
Traceback with 0.9.0
Reported by: | [email protected]… | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 0.9.1 Release |
Component: | bcfg2-client | Version: | 0.9.x |
Keywords: | Cc: | [email protected]… |
Description
Unexpected failure of verification method for entry type PostInstall Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Tools/__init__.py", line 104, in Inventory func = getattr(self, "Verify%s" % (entry.tag)) AttributeError: Action instance has no attribute 'VerifyPostInstall'
Attachments
Change History
comment:1 Changed 16 years ago by [email protected]…
comment:2 Changed 16 years ago by desai
- Cc [email protected]… added
- Status changed from new to closed
- Resolution set to fixed
- Reporter changed from anonymous to [email protected]…
Believe it or not, this is actually a cosmetic bug. PostInstall? execution will still occur properly after bundle modifications occur. This is fixed in [b198579028d3f1be71ee1ca923b9a71f8de230b3] (SVN r2732) and the patch is attached here. Thanks for the report.
Note: See
TracTickets for help on using
tickets.
Er, that was me. I see that we're now supposed to use Actions, but you probably want to be backwards-compatible.