mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
client: install function: return constant not hardcoded number
https://fedorahosted.org/freeipa/ticket/6392 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
parent
49f201e2b2
commit
cc6efb9798
@ -3094,7 +3094,7 @@ def install(options, env, fstore, statestore):
|
||||
|
||||
root_logger.info('Client configuration complete.')
|
||||
|
||||
return 0
|
||||
return SUCCESS
|
||||
|
||||
|
||||
def uninstall(options, env):
|
||||
|
Loading…
Reference in New Issue
Block a user