3
0

update collection

This commit is contained in:
Arne Teuke
2026-02-03 14:43:46 +01:00
parent 9ef18e7ec3
commit e21f7bf958
2 changed files with 4 additions and 3 deletions

3
Jenkinsfile vendored
View File

@@ -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" \

View File

@@ -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)