Modify ↓
Ticket #702 (closed defect: fixed)
repo-validate fails if services have a restart attribute
Reported by: | hunter | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 1.0.0 Release |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | Cc: |
Description
-- /usr/share/bcfg2/schemas/servicetype.xsd~ 2009-05-18 18:17:54.000000000 -0500 +++ /usr/share/bcfg2/schemas/servicetype.xsd 2009-07-30 16:49:49.000000000 -0500 @@ -21,6 +21,7 @@
<xsd:attribute name='status' type='xsd:string' use='required'/> <xsd:attribute name='type' type='xsd:string' use='required'/> <xsd:attribute name='port' type='xsd:string'/>
+ <xsd:attribute name='reload' type='xsd:string'/>
<xsd:attribute name='protocol' type='xsd:string'/> <xsd:attribute name='mode' type='xsd:string'/> <xsd:attribute name='custom' type='xsd:string'/>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
Fixed in [16be5d99e87e106979cf0ba4b3cb78a91cf5cfa0] (SVN r5463).