3 Commits

Author SHA1 Message Date
173e3035ab OP#459 push to gitea 2026-02-24 17:54:07 +01:00
ee701dc865 fix reference 2026-02-11 16:35:23 +01:00
1bd2215cda OP#414 update gitea url 2026-02-06 15:58:23 +01:00
4 changed files with 7 additions and 2 deletions

2
.gitignore vendored
View File

@@ -3,3 +3,5 @@
Gemfile.lock
FileList
.scannerwork
.vscode
.puppet-lint.rc

View File

@@ -6,6 +6,7 @@
"cachedir",
"Changeme",
"devel",
"Dsonar",
"fastapi",
"getenv",
"Gitea",
@@ -16,11 +17,13 @@
"kahadb",
"levelname",
"logappender",
"modulepath",
"NOFILE",
"operatingsystemrelease",
"pptd",
"pptdb",
"Puppetfile",
"puppetlabs",
"pydantic",
"pylint",
"pytest",

2
Jenkinsfile vendored
View File

@@ -115,7 +115,7 @@ pipeline {
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/confdroid_puppet.git
git remote add master https://sourcecode.confdroid.com/confdroid/confdroid_puppet.git
git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \
push master --mirror
'''

View File

@@ -88,7 +88,7 @@ All parameters are listed in `params.pp` and inherited from there. Variable par
### native Puppet deployment: via site.pp or nodes.pp
```ruby
include cd_puppet
include confdroid_puppet
```
### through Foreman