From cecd9e063dd8786b60f80d1463172ac3c02eed98 Mon Sep 17 00:00:00 2001 From: Joe Matthew Date: Thu, 11 Jul 2024 15:06:46 +0200 Subject: [PATCH] fix: missing debian template start services --- .github/workflows/sonar.yaml | 1 + configurator/DEBIAN/templates | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index 74877a0..c15f880 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -7,6 +7,7 @@ on: jobs: shared: + if: github.repository == 'pantos-io/servicenode' uses: pantos-io/ci-workflows/.github/workflows/sonar.yml@v1 secrets: inherit diff --git a/configurator/DEBIAN/templates b/configurator/DEBIAN/templates index 58a811d..4835857 100644 --- a/configurator/DEBIAN/templates +++ b/configurator/DEBIAN/templates @@ -18,6 +18,11 @@ Type: boolean Default: true Description: Local RabbitMQ detected, configure? This will create a new database and user for the service unless previously configured. +Template: pantos/common/start_services +Type: boolean +Default: true +Description: Start the services after install? + Template: pantos/configurator/finish_note Type: note Description: |