From b5c3eb9e01b09367935f558a57633b68a65a1a21 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 17 Dec 2020 15:08:14 +0100 Subject: [SSPS] Refactor static_files: Submodules with tree Add submodules (aka directories) to static_files, named according to what component they are for. Add function "install_files" to copy the contents of one of those modules to the root directory. This should make the resulting setup more obvious and require less manual copying of files everywhere. --- .../static_files/taskmanager/opt/taskmanager/config/config | 2 ++ .../static_files/taskmanager/opt/taskmanager/config/environment | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 satellit_installer/static_files/taskmanager/opt/taskmanager/config/config create mode 100644 satellit_installer/static_files/taskmanager/opt/taskmanager/config/environment (limited to 'satellit_installer/static_files/taskmanager/opt') diff --git a/satellit_installer/static_files/taskmanager/opt/taskmanager/config/config b/satellit_installer/static_files/taskmanager/opt/taskmanager/config/config new file mode 100644 index 0000000..055dd13 --- /dev/null +++ b/satellit_installer/static_files/taskmanager/opt/taskmanager/config/config @@ -0,0 +1,2 @@ +tcp = 9215 +password = %TM_OPENSLX_PASS% diff --git a/satellit_installer/static_files/taskmanager/opt/taskmanager/config/environment b/satellit_installer/static_files/taskmanager/opt/taskmanager/config/environment new file mode 100644 index 0000000..7de812c --- /dev/null +++ b/satellit_installer/static_files/taskmanager/opt/taskmanager/config/environment @@ -0,0 +1,6 @@ +PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin +LANG=C +LOGNAME +USER +LOGIN +HOME -- cgit v1.2.3-55-g7522