added Puppet documentation, Jenkinsfile and Gemfile for CI
This commit is contained in:
30
README.md
30
README.md
@@ -1,6 +1,6 @@
|
||||
|Repo Name| version | Build Status|
|
||||
|---|---|---|---|
|
||||
|`cd_apache`| 0.0.0.2 | [](https://jenkins.puppetsoft.com/job/cd_apache/)|
|
||||
|`cd_apache`| 0.0.1.0 | [](https://jenkins.puppetsoft.com/job/cd_apache/)|
|
||||
|
||||
### Synopsis
|
||||
`Apache httpd` is a very powerful and widely used web server.
|
||||
@@ -32,39 +32,15 @@
|
||||
### Features
|
||||
* install required binaries and dependencies
|
||||
* manage user settings (optional)
|
||||
* manage directory structure
|
||||
* manage directory structure (optional)
|
||||
* manage configuration files (optional):
|
||||
* file system permissions
|
||||
* selinux context
|
||||
* manage the service
|
||||
|
||||
### Repo Structure
|
||||
Repostructure as been moved to REPOSTRUCTURE.md
|
||||
|
||||
```
|
||||
.
|
||||
|-- 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
|
||||
All dependencies must be included in the catalogue.
|
||||
|
||||
Reference in New Issue
Block a user