From ec8b65616822b8232efbf78ec17ec720efaba600 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sat, 7 Feb 2026 16:02:30 +0100 Subject: [PATCH] Recommit for updates in build 3 --- doc/file.README.html | 34 ++++++++++++++++++++++++++++++---- doc/index.html | 34 ++++++++++++++++++++++++++++++---- 2 files changed, 60 insertions(+), 8 deletions(-) diff --git a/doc/file.README.html b/doc/file.README.html index 3d0c1f6..4a1af1d 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -60,21 +60,47 @@

Readme

-

|

- -

[[TOC]]

+

+

Synopsis

Php is a widely used open source scripting language for web services.

-

confdroid_php manages php installations for use with other modules like wordpress_cd

+

confdroid_php manages plain php installations for use with other modules like confdroid_nagios. 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.

WARNING

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

Features

+
  • +

    install php

    +
  • +

    manage required directories including selinux contexts and permissions

    +
  • +

    manage reuired files including selinux contexts and permissions

    +

Support

  • diff --git a/doc/index.html b/doc/index.html index f210e75..12be65a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,21 +60,47 @@

    Readme

    -

    |

    - -

    [[TOC]]

    +

    +

    Synopsis

    Php is a widely used open source scripting language for web services.

    -

    confdroid_php manages php installations for use with other modules like wordpress_cd

    +

    confdroid_php manages plain php installations for use with other modules like confdroid_nagios. 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.

    WARNING

    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

    Features

    +
    • +

      install php

      +
    • +

      manage required directories including selinux contexts and permissions

      +
    • +

      manage reuired files including selinux contexts and permissions

      +

    Support