From e21f7bf958b7a4d0120d6e096778c13a4b6e3ae0 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Tue, 3 Feb 2026 14:43:46 +0100 Subject: [PATCH] update collection --- Jenkinsfile | 3 ++- README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a4b1133..2c16b5b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,7 @@ pipeline { stage('SonarScan') { steps { - withCredentials([string(credentialsId: 'sonar-token', variable: 'SONAR_TOKEN')]) { + withCredentials([string(credentialsId: 'sonar-token-12ww1160', variable: 'SONAR_TOKEN')]) { sh ''' /opt/sonar-scanner/bin/sonar-scanner \ -Dsonar.projectKey=puppet_collection \ @@ -80,6 +80,7 @@ pipeline { git branch -D development git branch -D jenkins-build-$BUILD_NUMBER git rm -f Jenkinsfile + git rm -r --cached .vscode || echo "No .vscode to remove from git" git commit --amend --no-edit --allow-empty git remote add master https://gitea.confdroid.com/confdroid/puppet_collection.git git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \ diff --git a/README.md b/README.md index 9336210..ec3d598 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - [Readme](#readme) - [Summary](#summary) - [Overview](#overview) - - [**puppet\_cd**](#puppet_cd) + - [**confdroid\_puppet**](#confdroid_puppet) - [**confdroid\_prometheus**](#confdroid_prometheus) - [**confdroid\_postgresql**](#confdroid_postgresql) - [FAQ](#faq) @@ -27,7 +27,7 @@ The modules themselves are free to use as per license, you might need to adjust # Overview -## [**puppet_cd**](https://gitea.confdroid.com/confdroid/puppet_cd) +## [**confdroid_puppet**](https://gitea.confdroid.com/confdroid/confdroid_puppet) A Puppet module to configure a puppet environment: * Puppet master ready to work with Foreman as ENC (Foreman not installed by module)