mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Include time duration hints when configuring services in ipa-server-install.
Give a better heads-up on how long the installation will take. Particularly important when configuring dogtag. ticket 139
This commit is contained in:
@@ -224,7 +224,7 @@ class DsInstance(service.Service):
|
||||
|
||||
self.step("configuring directory to start on boot", self.__enable)
|
||||
|
||||
self.start_creation("Configuring directory server:")
|
||||
self.start_creation("Configuring directory server", 60)
|
||||
|
||||
def __enable(self):
|
||||
self.backup_state("enabled", self.is_enabled())
|
||||
|
||||
Reference in New Issue
Block a user