Modify

Ticket #378 (closed defect: fixed)

Opened 16 years ago

Last modified 16 years ago

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

postinst.patch (545 bytes) - added by desai 16 years ago.

Change History

comment:1 Changed 16 years ago by [email protected]

Er, that was me. I see that we're now supposed to use Actions, but you probably want to be backwards-compatible.

Changed 16 years ago by desai

comment:2 Changed 16 years ago by desai

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.

WARNING! You need to establish a session before you can create or edit tickets. Otherwise the ticket will get treated as spam.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.