Ticket #751 (closed defect: worksforme)
Action when'always' are executed even with a -b flag
Reported by: | somekool <[email protected]…> | Owned by: | desai |
---|---|---|---|
Priority: | critical | Milestone: | Bcfg2 1.0.0 Release |
Component: | bcfg2-client | Version: | 0.9.x |
Keywords: | Cc: |
Description
lets say I have two bundles, [ bundle1, bundle2 ]
bundle1 contains an action with when='always'
I do
bcfg2 -I -b bundle2
I will be prompt for that action.
I believe this is a bug.
Attachments
Change History
comment:2 Changed 12 years ago by somekool <[email protected]…>
- Priority changed from major to critical
- Status changed from closed to reopened
- Resolution fixed deleted
i just tried this patch and it does not work as expected.
if the bundle is defined in SGenshi and the user call bcfg2 client with -b arguments, no action will be executed. even if the action is member of the SGenshi bundle...
comment:3 Changed 12 years ago by somekool <[email protected]…>
right, this has nothing to do with SGenshi or bundle
Action are simply no longer call when using
/usr/sbin/bcfg2 -I -b bundlename
Action in this bundlename will not be called.
because of this patch
unless something else is required?
comment:4 Changed 12 years ago by somekool <[email protected]…>
fixed in [0eda10533870439315c9a749389a381558299eec] (SVN r5499) thanks
Fixed in [ed24c08e6cfa6093d8ff28585caddea08b96ee30] (SVN r5468).