From ad8e460493b5532a57a2e3c49817755b0761c227 Mon Sep 17 00:00:00 2001 From: Martin Pietsch <martin.pietsch@tu-dresden.de> Date: Fri, 11 Dec 2020 14:26:41 +0100 Subject: [PATCH] added template for configuration file for installer --- templates/installer.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 templates/installer.conf.j2 diff --git a/templates/installer.conf.j2 b/templates/installer.conf.j2 new file mode 100644 index 0000000..6ca6caa --- /dev/null +++ b/templates/installer.conf.j2 @@ -0,0 +1,2 @@ + +ANSWERFILE_URL={{ system_answerfile_url | default("") }} -- GitLab