Merge branch 'development' into 'master'

updated README

See merge request !2
This commit is contained in:
12ww1160
2017-06-21 16:35:59 +02:00

View File

@@ -3,6 +3,9 @@
|`cd_apache`| 0.0.0.2 | [![Build Status](https://jenkins.puppetsoft.com/buildStatus/icon?job=cd_apache)](https://jenkins.puppetsoft.com/job/cd_apache/)|
### Synopsis
`Apache httpd` is a very powerful and widely used web server.
`cd_apache` automates the installation and configuration of httpd. This module is a base module providing the httpd service itself, meaning that it is designed to be used by other role- or profile modules, adding more detailed configurations specific to the particular use case, i.e. full content servers, front-end for application servers, proxies etc.
### 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 previuos 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!!! __**`
@@ -29,6 +32,11 @@
### Features
* install required binaries and dependencies
* manage user settings (optional)
* manage directory structure
* manage configuration files (optional):
* file system permissions
* selinux context
* manage the service
### Repo Structure