mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-03 04:01:27 -06:00
chkconfig the ipa service off when it is uninstalled.
ticket 1056
This commit is contained in:
parent
3735450ab8
commit
8c50ea3da3
@ -441,6 +441,8 @@ def uninstall():
|
||||
except KeyError:
|
||||
logging.info("Group %s already removed", dsinstance.DS_GROUP)
|
||||
|
||||
service.chkconfig_off('ipa')
|
||||
|
||||
return 0
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user