]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Enabling complete provisioning process
authorFrank Brehm <frank.brehm@pixelpark.com>
Wed, 11 Oct 2023 11:53:55 +0000 (13:53 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Wed, 11 Oct 2023 11:53:55 +0000 (13:53 +0200)
lib/cr_vmware_tpl/handler/__init__.py

index e8a8c23b3fc01918637c6b72347f0dbbb16e2d8f..71133e8881e3c0490a318b176bb99409bf074788 100644 (file)
@@ -47,7 +47,7 @@ from ..cobbler import Cobbler
 
 from ..xlate import XLATOR
 
-__version__ = '2.4.7'
+__version__ = '2.4.8'
 
 LOG = logging.getLogger(__name__)
 TZ = pytz.timezone('Europe/Berlin')
@@ -247,8 +247,6 @@ class CrTplHandler(
         self.cobbler.ensure_profile_ks()
         self.create_root_authkeys()
         self.cobbler.ensure_profile()
-        return 0
-
         self.cobbler.ensure_webroot()
         # self.cobbler.ensure_root_authkeys(self.auth_keys_file)
         self.cobbler.ensure_rsyslog_cfg_files()