freeipa/ipaclient/install
Jan Cholasta 26630db9d0 client install: correctly report all failures
In commit 5249eb817e, the client install code
was converted to use exception handling instead of return codes. However,
some return statements were not converted to raise statements and as a
result, ipa-client-install will report success in some error conditions.

Convert the return statements to raise statements to fix the issue.

https://fedorahosted.org/freeipa/ticket/6392

Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
2017-01-20 17:34:07 +01:00
..
__init__.py ipa-client-install: move client install to module 2016-11-11 12:13:56 +01:00
automount.py install: introduce installer class hierarchy 2016-11-11 12:17:25 +01:00
client.py client install: correctly report all failures 2017-01-20 17:34:07 +01:00
ipa_certupdate.py Set explicit confdir option for global contexts 2016-12-02 09:14:35 +01:00
ipa_client_install.py install: migrate client install to the new class hierarchy 2016-11-11 12:17:25 +01:00
ipachangeconf.py ipaclient: move install modules to the install subpackage 2016-11-29 14:50:51 +01:00
ipadiscovery.py ipaclient: move install modules to the install subpackage 2016-11-29 14:50:51 +01:00
ntpconf.py ipaclient: move install modules to the install subpackage 2016-11-29 14:50:51 +01:00