summaryrefslogtreecommitdiffstats
path: root/ipaclient/install/client.py
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-10-19 16:41:27 +0200
committerJan Cholasta <jcholast@redhat.com>2016-11-11 12:13:56 +0100
commitcc6efb97985bb93e3cdb2a6c2943d45e1132e122 (patch)
tree09e9b3216ffa2b83aad273ef7dc8ea9c55926924 /ipaclient/install/client.py
parent49f201e2b2523c83fa2b20fe91c91733e2ee947f (diff)
downloadfreeipa-cc6efb97985bb93e3cdb2a6c2943d45e1132e122.tar.gz
freeipa-cc6efb97985bb93e3cdb2a6c2943d45e1132e122.tar.xz
freeipa-cc6efb97985bb93e3cdb2a6c2943d45e1132e122.zip
client: install function: return constant not hardcoded number
https://fedorahosted.org/freeipa/ticket/6392 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
Diffstat (limited to 'ipaclient/install/client.py')
-rw-r--r--ipaclient/install/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaclient/install/client.py b/ipaclient/install/client.py
index 876d57f75..aafa4e80b 100644
--- a/ipaclient/install/client.py
+++ b/ipaclient/install/client.py
@@ -3094,7 +3094,7 @@ def install(options, env, fstore, statestore):
root_logger.info('Client configuration complete.')
- return 0
+ return SUCCESS
def uninstall(options, env):