From: Frank Brehm Date: Tue, 23 Jun 2020 09:19:21 +0000 (+0200) Subject: Bugfixing lib/cr_vmware_tpl/config.py X-Git-Tag: 2.1.2^2~9^2~31^2~5 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=8854000cbd0ce876684f1e1dd18ad6fb487dca9e;p=pixelpark%2Fcreate-vmware-tpl.git Bugfixing lib/cr_vmware_tpl/config.py --- 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'