Modify ↓
Ticket #617 (new enhancement)
allow multiple Bundle/Independant entries in a single Bundle xml file
Reported by: | barth | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 1.4.0 Release |
Component: | bcfg2-server | Version: | 1.0 |
Keywords: | Cc: |
Description
The flexibility of SGenshi would be easier to use (and the specification easier to read/write) if several Bundle/Independant? entries could be specified In a single xml file.
Something like:
<Independant xmlns:py="http://genshi.edgewall.org/"> <py:if test='"file-server" in metadata.groups'> <Bundle name="nfs" > ... </Bundle> <Bundle name="samba""> ... </Bundle> </py:if> </Independant>
Attachments
Change History
comment:2 Changed 13 years ago by solj
- Milestone changed from Bcfg2 1.0 Release to Bcfg2 1.0.1 Release
comment:3 Changed 13 years ago by solj
- Milestone changed from Bcfg2 1.0.1 Release to Bcfg2 1.1.0 Release
comment:4 Changed 12 years ago by solj
- Summary changed from allow multiple Bundle/Independant entries in a single SGenshi xml file to allow multiple Bundle/Independant entries in a single Bundle xml file
- Milestone changed from Bcfg2 1.1.0 Release to Bcfg2 1.2.0 Release
Note: See
TracTickets for help on using
tickets.