Modify ↓
Ticket #1142 (closed defect: fixed)
Wrong detect multiple default groups
Reported by: | https://www.google.com/accounts/o8/id?id=AItOawm7-QeHxXGyyMwjN6_wFPC-gGTvrxu0YaE | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 1.3.0 Release |
Component: | bcfg2-server | Version: | 1.0 |
Keywords: | Cc: |
Description
# bcfg2-lint
ERROR: Multiple default groups defined: line 2: <Group profile="true" public="true" default="true" name="basic"/> line 5: <Group profile="true" public="true" default="false" name="collect.rgr.net"/> 1 errors
Actually "default" attributes isn't identical.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
Fixed in https://github.com/Bcfg2/bcfg2/commit/ab208819c734f6cf46e88b24653fd02b1805773a
Thanks!