Modify ↓
Ticket #950 (closed defect: fixed)
Deps schema does not include Path
Reported by: | mccallis | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 1.1.1 Release (Bugfix) |
Component: | bcfg2-server | Version: | 1.0 |
Keywords: | Cc: |
Description
The docs for the Deps plugin (http://docs.bcfg2.org/server/plugins/generators/deps.html) state that Path configuration entries can be used. But bcfg2-repo-validate complains about them as follows:
element Path: Schemas validity error : Element 'Path': This element is not expected. Expected is one of ( Package, Service, ConfigFile, Directory, SymLink, Permissions ).
It looks like the schema just needs to be updated, as once I made the change locally, the repository validates and Path entries inside of Deps file seem to work.
Mike
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
Fixed in [3c984f8e6e2eec4d9621633fe3902a556642e7b5] (SVN r6083). Thanks for the report.