Modify ↓
Ticket #644 (closed defect: fixed)
Server should have a newline when inserting an entry in to client.xml
Reported by: | kisielk | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 1.0.0 Release |
Component: | bcfg2-server | Version: | 1.0 |
Keywords: | Cc: |
Description
Currently all the <Client> tags are put on one line. This makes editing the file with a text editor a pain. If the server inserted a newline after each entry, the file would be much cleaner.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
I think by switching out
to
in Metadata.py then this is pretty much achieved. It will remove any custom formatting that may be there, but I think it's better than the alternative. The file is mostly machine-managed anyway, this just makes it easier to go in and tweak profile, etc.