mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipa-server-install inconsistent capitalization
A cosmetic patch to IPA server installation output aimed to make capitalization in installer output consistent. Several installation tasks started with a lowercase letter and several installation task steps started with an uppercase letter. https://fedorahosted.org/freeipa/ticket/776
This commit is contained in:
committed by
Rob Crittenden
parent
c9ff669cdd
commit
4880598fbd
@@ -280,7 +280,7 @@ class DsInstance(service.Service):
|
||||
self.__setup_sub_dict()
|
||||
self.__common_setup()
|
||||
|
||||
self.step("Setting up initial replication", self.__setup_replica)
|
||||
self.step("setting up initial replication", self.__setup_replica)
|
||||
self.step("adding replication acis", self.__add_replication_acis)
|
||||
|
||||
self.__common_post_setup()
|
||||
|
||||
Reference in New Issue
Block a user