Actions
Bug #5857
closedActivation Keys with Spaces in their names fail in the default kickstart file
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1051580
If the kickstart file is generated with Spaces, then the following is generated in the kickstart file:
Assume Activtion Key Name is "A Test Key"
subscription-manager regiseter --activationkey A Test Key
This fails, since Test and Key are parsed as options. It needs to have quotes to make it work.
Actions