mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add missing start_creation() so the install process will get kicked off.
This commit is contained in:
parent
1083207dca
commit
d567aa4441
@ -81,6 +81,7 @@ class BindInstance(service.Service):
|
||||
self.step("configuring named to start on boot", self.__enable)
|
||||
|
||||
self.step("Changing resolve.conf to point to ourselves", self.__setup_resolve_conf)
|
||||
self.start_creation("Configuring bind:")
|
||||
|
||||
def __start(self):
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user