Hide Forgot
I added this line to the file in /usr/share/katello/install/options-format-file. # deployment types deployment true [headpin|katello] It will catch errors in the default answer file. For example, if I set deploymnet=Fred. However, if leave the default file unchanged and I do this: katello-confgure --deployment fred I do not get an error. I would have expected an error to be raised.
Created attachment 551548 [details] proposed patch
I assume, you've meant to use (headpin|katello) instead of [headpin|katello]. To work the reg exp as expected I'd recommend to use: deployment true ^(headpin|katello)$ However, there's a misbehavior. I'm attaching a patch, that fixes the default value check.
Pushing upstream, thanks Tomas! 1f7b670 768399 - deployment configure values are checked
Moving all community bugs with fixes to closed.