Modify ↓
Ticket #883 (closed defect: fixed)
Package tag arguments fails repo verification
Reported by: | Jack Neely <[email protected]…> | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 1.1.2 Release (Bugfix) |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | Cc: |
Description
I have the following inside a Bundle:
<Bundle name='auth' version='2.0'> [SNIP] <Package name='pam' verify='false'/> [SNIP] </Bundle>
That information gets past to the Bcfg2 client and works. Package verification is turned off properly.
However, using bcfg2-repo-validate to check the XML I get:
bcfg2-repo-validate -C /srv/bcfg2/itd-cls-test/bcfg2.conf /srv/bcfg2/itd-cls-test/Bundler/auth.xml ***FAILS*** to verify <---- /srv/bcfg2/itd-cls-test/Bundler/auth.xml:16: element Package: Schemas validity error : Element 'Package', attribute 'verify': The attribute 'verify' is not allowed. /srv/bcfg2/itd-cls-test/Bundler/auth.xml fails to validate
This should validate. I imagine there might be other options that are not setup correctly as well.
I'm running a patched version of Bcfg2 1.0.1
Attachments
Change History
comment:1 Changed 12 years ago by solj
- Milestone changed from Bcfg2 1.1.0 Release to Bcfg2 1.1.1 Release (Bugfix)
comment:2 Changed 12 years ago by solj
- Milestone changed from Bcfg2 1.1.1 Release (Bugfix) to Bcfg2 1.1.2 Release (Bugfix)
comment:3 Changed 12 years ago by solj
- Status changed from new to closed
- Resolution set to fixed
Fixed in f8bf243227b24d4ba6f83b6ab3991877d17af142.
Note: See
TracTickets for help on using
tickets.