From 08e4559e677e0e7ee15c2f616a7b741d4ba3503b Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Tue, 20 Jun 2017 11:25:53 +0100 Subject: [PATCH] updated README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 19e0660..90a98d5 100644 --- a/README.md +++ b/README.md @@ -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