From 06ed46e8faf00b0624d68097ee339ebb5ee64a85 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 17 Mar 2021 12:13:19 +0100 Subject: [PATCH] Fixing lib/cr_vmware_tpl/cobbler.py --- lib/cr_vmware_tpl/cobbler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/cr_vmware_tpl/cobbler.py b/lib/cr_vmware_tpl/cobbler.py index 3b9822f..ba71d28 100644 --- a/lib/cr_vmware_tpl/cobbler.py +++ b/lib/cr_vmware_tpl/cobbler.py @@ -40,7 +40,7 @@ from .config import CrTplConfiguration from .xlate import XLATOR -__version__ = '0.6.5' +__version__ = '0.6.6' LOG = logging.getLogger(__name__) @@ -433,6 +433,7 @@ class Cobbler(BaseHandler): # ------------------------------------------------------------------------- def ensure_rsyslog_cfg_files(self): + docroot = self.config.cobbler_ws_docroot / self.config.cobbler_ws_rel_filesdir remote_dir = docroot / self.config.system_status LOG.info(_("Ensuring currentness of rsyslog config files ...")) -- 2.39.5