From 8854000cbd0ce876684f1e1dd18ad6fb487dca9e Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 23 Jun 2020 11:19:21 +0200 Subject: [PATCH] Bugfixing lib/cr_vmware_tpl/config.py --- lib/cr_vmware_tpl/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cr_vmware_tpl/config.py b/lib/cr_vmware_tpl/config.py index 9a4b57f..e7a9d94 100644 --- a/lib/cr_vmware_tpl/config.py +++ b/lib/cr_vmware_tpl/config.py @@ -22,7 +22,7 @@ from fb_tools.config import ConfigError, BaseConfiguration from .xlate import XLATOR -__version__ = '1.5.6' +__version__ = '1.5.7' LOG = logging.getLogger(__name__) _ = XLATOR.gettext @@ -282,7 +282,7 @@ class CrTplConfiguration(BaseConfiguration): if not self._template_name_given: self.template_name = self.os_id + '-template' - if not self._template_name_given: + if not self._cobbler_profile_given: self.cobbler_profile = 'vmware-template-' + self.os_id self.cobbler_ks_dir = self.cobbler_rootdir / 'kickstarts' -- 2.39.5