OP#419 add to puppet collection
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -57,7 +57,7 @@ pipeline {
|
||||
steps {
|
||||
sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) {
|
||||
sh '''
|
||||
git config user.name "Jenkins Server"
|
||||
git config user.name "Jenkins Server"
|
||||
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 push origin HEAD:master
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
- [confdroid\_postgresql](#confdroid_postgresql)
|
||||
- [confdroid\_apache](#confdroid_apache)
|
||||
- [confdroid\_gitea](#confdroid_gitea)
|
||||
- [confdroid\_php](#confdroid_php)
|
||||
- [FAQ](#faq)
|
||||
|
||||
## Summary
|
||||
@@ -77,6 +78,14 @@ Install and configure a gitea standalone instance from non-packaged binaries.
|
||||
- manage service file and status
|
||||
- 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
|
||||
|
||||
- Q: "Why are the names of the modules using underscore instead of hyphens?"
|
||||
|
||||
Reference in New Issue
Block a user