Modify ↓
Ticket #664 (closed defect: fixed)
Group tag selection are ignored in the Decision plugin
Reported by: | somekool <[email protected]…> | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 1.4.0 Release |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | Cc: | [email protected]… |
Description (last modified by desai) (diff)
[[email protected] bcfg2]# cat Decisions/whitelist <Decisions> <Group name='datacenter-vi' negate='true'> <Group name='env-sm' negate='true'> <Group name='role-is' negate='true'> <Decision type='ConfigFile' name='/etc/bcfg2.conf'/> </Group> </Group> </Group> <Group name='foobar-unreal'> <Decision type='ConfigFile' name='/etc/issue'/> </Group> </Decisions> [[email protected] bcfg2]#
these whitelist items apply everywhere, no matter what group I put in there
0.9.6 (stable)
Attachments
Change History
comment:2 Changed 13 years ago by desai
- Description modified (diff)
- Milestone changed from Bcfg2 1.0.0 Release to Bcfg2 1.0.1 Release
Negation is a case that we didn't think about in the current design. We'll look at this for 1.0.1
comment:3 Changed 13 years ago by [email protected]…
this is not about negation
any grouping in whitelist/blacklist is ignored
comment:4 Changed 13 years ago by solj
- Milestone changed from Bcfg2 1.0.1 Release to Bcfg2 1.1.0 Release
Retargetting for 1.1.0.
comment:5 Changed 12 years ago by solj
- Milestone changed from Bcfg2 1.1.0 Release to Bcfg2 1.2.0 Release
comment:6 Changed 11 years ago by solj
- Version changed from 0.9.x to 1.0
- Milestone changed from Bcfg2 1.2.0 Release to Bcfg2 1.3.0 Release
Some of this can be accomplished via the .G constructs, however, you're still limited to single groups. If you want to mix and match groups, you still can't do it. Moving to 1.3.
Note: See
TracTickets for help on using
tickets.