Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | server install: fix external CA install | Jan Cholasta | 2016-12-08 | 1 | -4/+0 |
| | | | | | | | | | | | | | Replace the dual definitions of domain_name, dm_password and admin_password knobs in server install with single definitions using the original names without the 'new_' prefix. This fixes the options read from the installer option cache in step 2 of external CA install to use the correct knob names. https://fedorahosted.org/freeipa/ticket/6392 Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com> | ||||
* | install: introduce installer class hierarchy | Jan Cholasta | 2016-11-11 | 1 | -0/+178 |
Add class hierarchy which allows inherting knob definitions between the various client and server install scripts. https://fedorahosted.org/freeipa/ticket/6392 Reviewed-By: Martin Basti <mbasti@redhat.com> |