[Beaker-devel] Feedback regarding implementing BZ#989924

Amit Saha asaha at redhat.com
Mon Aug 26 02:17:12 UTC 2013


Regarding implementing [1], the two main changes are:

1. Adding support for a new ks_meta option. For eg. <recipe ks_meta="auth='--useshadow --enablemd5'">
2. And having support for reading it in the template:

+{% if auth %}
+auth {{ auth }}
+{% endif %}

When the ks_meta option is not specified, the generated kickstart doesn't get a 'auth' command entry.

Does this look fine?

Thanks,
Amit.


[1] https://bugzilla.redhat.com/show_bug.cgi?id=989924

-- 
Amit Saha <http://echorand.me>
Infrastructure Engineering and Development
Red Hat, Inc.


More information about the Beaker-devel mailing list