Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 894)

Ticket Owner Reporter Resolution Summary
#664 desai somekool <[email protected]…> fixed Group tag selection are ignored in the Decision plugin
Description
[[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)

#751 desai somekool <[email protected]…> worksforme Action when'always' are executed even with a -b flag
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.

#753 https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc somekool <[email protected]…> fixed Metadata/groups.xml to support multiple group level
Description

This is very annoying missing feature.

in Metadata/groups.xml I cannot do something like ...

  <Group name='grp1-foo'><Group name='grp2-bar'><Group name='grp3-foobar'>
    <Group name='grp123-foobar' />
  </Group> </Group> </Group>

only one level of <Group> is allowed

thanks

Note: See TracQuery for help on using queries.