> -----Original Message----- > From: et-mgmt-tools-bounces@xxxxxxxxxx > [mailto:et-mgmt-tools-bounces@xxxxxxxxxx]On Behalf Of Michael DeHaan > > This is definitely bug. Apparently the "item.py" source code now > splits ksmeta parameters on "," not on whitespace as it did > in previous > versions. > I am changing 0.4.3 back to split on whitespace in accordance > with the > manpage. > > If you use "," to seperate the items for now, you /should/ see them > entered correctly, and on the upgrade, they should still be there. > Cobbler is now storing internal datastructures as hashes and lists, > rather than strings, and that's how this bug was introduced. The > parsing function was fed in the wrong delimiter. Thank you. Using "," for a separator worked. I'll look forward to getting 0.4.3. :-) --Tim