From: Frank Brehm Date: Mon, 6 Sep 2021 15:57:49 +0000 (+0200) Subject: Pre-Defining of VSphere configurations X-Git-Tag: 1.5.2^2~13 X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=1db72a2f011e2174e48d48cc3e3435065c839377;p=pixelpark%2Fcreate-terraform.git Pre-Defining of VSphere configurations --- diff --git a/lib/cr_tf/app.py b/lib/cr_tf/app.py index f1eea53..db14793 100644 --- a/lib/cr_tf/app.py +++ b/lib/cr_tf/app.py @@ -47,7 +47,7 @@ from .xlate import __base_dir__ as __xlate_base_dir__ from .xlate import __mo_file__ as __xlate_mo_file__ from .xlate import XLATOR, LOCALE_DIR, DOMAIN -__version__ = '1.1.9' +__version__ = '1.1.10' LOG = logging.getLogger(__name__) SIGNAL_NAMES = { @@ -262,6 +262,8 @@ class CrTfApplication(BaseApplication): appname=self.appname, verbose=self.verbose, base_dir=self.base_dir, config_file=self.cfg_file) + self.config.init_vsphere_defaults() + if self.cfg_file.exists(): try: self.config.read()