Add missing start_creation() so the install process will get kicked off.

This commit is contained in:
Rob Crittenden 2008-04-02 22:04:24 -04:00
parent 1083207dca
commit d567aa4441

View File

@ -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: