chkconfig the ipa service off when it is uninstalled.

ticket 1056
This commit is contained in:
Rob Crittenden 2011-03-07 16:29:08 -05:00
parent 3735450ab8
commit 8c50ea3da3

View File

@ -441,6 +441,8 @@ def uninstall():
except KeyError:
logging.info("Group %s already removed", dsinstance.DS_GROUP)
service.chkconfig_off('ipa')
return 0