1
0

OP#419 add to puppet collection

This commit is contained in:
2026-02-07 16:05:14 +01:00
parent fa9001d850
commit 8db60c0ec1
2 changed files with 10 additions and 1 deletions

2
Jenkinsfile vendored
View File

@@ -57,7 +57,7 @@ pipeline {
steps { steps {
sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) { sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) {
sh ''' sh '''
git config user.name "Jenkins Server" git config user.name "Jenkins Server"
git config user.email jenkins@confdroid.com git config user.email jenkins@confdroid.com
git add -A && git commit -am "Recommit for updates in build $BUILD_NUMBER" || echo "No changes to commit" git add -A && git commit -am "Recommit for updates in build $BUILD_NUMBER" || echo "No changes to commit"
git push origin HEAD:master git push origin HEAD:master

View File

@@ -11,6 +11,7 @@
- [confdroid\_postgresql](#confdroid_postgresql) - [confdroid\_postgresql](#confdroid_postgresql)
- [confdroid\_apache](#confdroid_apache) - [confdroid\_apache](#confdroid_apache)
- [confdroid\_gitea](#confdroid_gitea) - [confdroid\_gitea](#confdroid_gitea)
- [confdroid\_php](#confdroid_php)
- [FAQ](#faq) - [FAQ](#faq)
## Summary ## Summary
@@ -77,6 +78,14 @@ Install and configure a gitea standalone instance from non-packaged binaries.
- manage service file and status - manage service file and status
- manage the firewall port - manage the firewall port
### [confdroid_php](https://3for.me/b5doc)
Install and configure PHP to allow multiple applications with different settings to run in parallel. Custom php.ini settings should be configured with the application in question.
- install php
- manage required directories including selinux contexts and permissions
- manage reuired files including selinux contexts and permissions
## FAQ ## FAQ
- Q: "Why are the names of the modules using underscore instead of hyphens?" - Q: "Why are the names of the modules using underscore instead of hyphens?"