Compare commits
3 Commits
1.0.2
...
173e3035ab
| Author | SHA1 | Date | |
|---|---|---|---|
| 173e3035ab | |||
| ee701dc865 | |||
| 1bd2215cda |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -3,3 +3,5 @@
|
|||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
FileList
|
FileList
|
||||||
.scannerwork
|
.scannerwork
|
||||||
|
.vscode
|
||||||
|
.puppet-lint.rc
|
||||||
|
|||||||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -6,6 +6,7 @@
|
|||||||
"cachedir",
|
"cachedir",
|
||||||
"Changeme",
|
"Changeme",
|
||||||
"devel",
|
"devel",
|
||||||
|
"Dsonar",
|
||||||
"fastapi",
|
"fastapi",
|
||||||
"getenv",
|
"getenv",
|
||||||
"Gitea",
|
"Gitea",
|
||||||
@@ -16,11 +17,13 @@
|
|||||||
"kahadb",
|
"kahadb",
|
||||||
"levelname",
|
"levelname",
|
||||||
"logappender",
|
"logappender",
|
||||||
|
"modulepath",
|
||||||
"NOFILE",
|
"NOFILE",
|
||||||
"operatingsystemrelease",
|
"operatingsystemrelease",
|
||||||
"pptd",
|
"pptd",
|
||||||
"pptdb",
|
"pptdb",
|
||||||
"Puppetfile",
|
"Puppetfile",
|
||||||
|
"puppetlabs",
|
||||||
"pydantic",
|
"pydantic",
|
||||||
"pylint",
|
"pylint",
|
||||||
"pytest",
|
"pytest",
|
||||||
|
|||||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -115,7 +115,7 @@ pipeline {
|
|||||||
git rm -f Jenkinsfile
|
git rm -f Jenkinsfile
|
||||||
git rm -r --cached .vscode || echo "No .vscode to remove from git"
|
git rm -r --cached .vscode || echo "No .vscode to remove from git"
|
||||||
git commit --amend --no-edit --allow-empty
|
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" \
|
git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \
|
||||||
push master --mirror
|
push master --mirror
|
||||||
'''
|
'''
|
||||||
|
|||||||
@@ -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
|
### native Puppet deployment: via site.pp or nodes.pp
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
include cd_puppet
|
include confdroid_puppet
|
||||||
|
|
||||||
```
|
```
|
||||||
### through Foreman
|
### through Foreman
|
||||||
|
|||||||
Reference in New Issue
Block a user