Default 'join' value for 'append' paramater for template files

master
parent fa3c023c0d
commit 725c0f737d

@ -2389,6 +2389,11 @@ class DirectoryProcessor:
template_package = Package(directory_parameters.package,
chroot_path=self.cl_chroot_path)
if (not template_parameters.append and
not template_parameters.run and
not template_parameters.exec):
template_parameters.set_parameter({'append': 'join'})
# Выполняем действия, указанные в шаблоне.
target_file_path = self._execute_template(
target_file_path,

Loading…
Cancel
Save