Recommit for updates in build 3

This commit is contained in:
Jenkins Server
2026-02-07 16:02:30 +01:00
parent 45278db198
commit ec8b656168
2 changed files with 60 additions and 8 deletions

View File

@@ -60,21 +60,47 @@
<div id="content"><div id='filecontents'>
<h1 id="label-Readme">Readme</h1>
<p><a href="https://jenkins.confdroid.com/job/confdroid_php/"><img src="https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_php"></a>|</p>
<p>[[<em>TOC</em>]]</p>
<p><a href="https://jenkins.confdroid.com/job/confdroid_php/"><img src="https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_php"></a> <a href="https://sonarqube.confdroid.com/dashboard?id=confdroid_php"><img src="https://sonarqube.confdroid.com/api/project_badges/measure?project=confdroid_php&amp;metric=alert_status&amp;token=sqb_29de35ae9b31f21d0df8559554ea93a9856358b7"></a> <a href="https://sonarqube.confdroid.com/dashboard?id=confdroid_php"><img src="https://sonarqube.confdroid.com/api/project_badges/measure?project=confdroid_php&amp;metric=security_hotspots&amp;token=sqb_29de35ae9b31f21d0df8559554ea93a9856358b7"></a></p>
<ul><li>
<p><a href="#readme">Readme</a></p>
</li><li>
<p><a href="#synopsis">Synopsis</a></p>
</li><li>
<p><a href="#warning">WARNING</a></p>
</li><li>
<p><a href="#features">Features</a></p>
</li><li>
<p><a href="#support">Support</a></p>
</li><li>
<p><a href="#parameter-inheritance">Parameter Inheritance</a></p>
</li><li>
<p><a href="#module-deployment">Module Deployment</a></p>
</li><li>
<p><a href="#tests">Tests</a></p>
</li><li>
<p><a href="#contact-us">Contact Us</a></p>
</li><li>
<p><a href="#disclaimer">Disclaimer</a></p>
</li></ul>
<h2 id="label-Synopsis">Synopsis</h2>
<p>Php is a widely used open source scripting language for web services.</p>
<p><code>confdroid_php</code> manages php installations for use with other modules like <code>wordpress_cd</code></p>
<p><code>confdroid_php</code> manages plain php installations for use with other modules like <code>confdroid_nagios</code>. PHP is installed and properly configured to allow multiple applications with different settings to run in parallel. Custom php.ini settings should be configured with the application.</p>
<h2 id="label-WARNING">WARNING</h2>
<p><strong><em>Attention: Never use this puppet module on systems which have been previously configured manually. It is impossible to predict how and what would have been configured, hence previous configurations outside the scope of this module may be overwritten! Automated configurations require a test environment to verify that the module suits the purpose intended by the user, as well as tune the parameters, before deploying into live production</em></strong></p>
<h2 id="label-Features">Features</h2>
<ul><li>
<p>install php</p>
</li><li>
<p>manage required directories including selinux contexts and permissions</p>
</li><li>
<p>manage reuired files including selinux contexts and permissions</p>
</li></ul>
<h2 id="label-Support">Support</h2>
<ul><li>