finished initial release
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
* 0.0.0.2: initial release
|
||||||
* 0.0.0.1: initial commit
|
* 0.0.0.1: initial commit
|
||||||
|
|||||||
30
README.md
30
README.md
@@ -1,6 +1,6 @@
|
|||||||
|Repo Name| version | Build Status|
|
|Repo Name| version | Build Status|
|
||||||
|---|---|---|---|
|
|---|---|---|---|
|
||||||
|`cd_apache`| 0.0.0.1 | [](https://jenkins.puppetsoft.com/job/cd_apache/)|
|
|`cd_apache`| 0.0.0.2 | [](https://jenkins.puppetsoft.com/job/cd_apache/)|
|
||||||
|
|
||||||
### Synopsis
|
### Synopsis
|
||||||
|
|
||||||
@@ -32,6 +32,31 @@
|
|||||||
|
|
||||||
### Repo Structure
|
### Repo Structure
|
||||||
|
|
||||||
|
```
|
||||||
|
.
|
||||||
|
|-- lib
|
||||||
|
|-- manifests
|
||||||
|
| |-- main
|
||||||
|
| | `-- config.pp
|
||||||
|
| |-- server
|
||||||
|
| | |-- config.pp
|
||||||
|
| | |-- dirs.pp
|
||||||
|
| | |-- files.pp
|
||||||
|
| | |-- install.pp
|
||||||
|
| | |-- service.pp
|
||||||
|
| | `-- user.pp
|
||||||
|
| |-- init.pp
|
||||||
|
| `-- params.pp
|
||||||
|
|-- templates
|
||||||
|
| |-- autoindex_conf.erb
|
||||||
|
| |-- httpd_conf.erb
|
||||||
|
| |-- magic.erb
|
||||||
|
| |-- ssl_conf.erb
|
||||||
|
| |-- userdir_conf.erb
|
||||||
|
| `-- welcome.conf
|
||||||
|
|-- CHANGELOG.md
|
||||||
|
`-- README.md
|
||||||
|
```
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
All dependencies must be included in the catalogue.
|
All dependencies must be included in the catalogue.
|
||||||
@@ -62,6 +87,9 @@ The following parameters are editable via params.pp or through ENC (**__recommen
|
|||||||
|
|
||||||
#### Optional Parameters
|
#### Optional Parameters
|
||||||
* `$ae_manage_user` : Whether or not to manage the user settings. Important when accessing shared resources accross nodes. Defaults to `false`.
|
* `$ae_manage_user` : Whether or not to manage the user settings. Important when accessing shared resources accross nodes. Defaults to `false`.
|
||||||
|
* `$ae_manage_cfg` : Whether or not to manage the apache configuration. Defaults to `false` as this module is meant to be used through profiles or roles or other modules.
|
||||||
|
* `$ae_manage_dirs` : Whether or not to manage the directory structure. Defaults to `true`.
|
||||||
|
* `$ae_allow_user_dirs` : Whether or not to allow presenting content from end user home directories. Defaults to `false`.
|
||||||
|
|
||||||
|
|
||||||
### SELINUX
|
### SELINUX
|
||||||
|
|||||||
Reference in New Issue
Block a user