recommit for updates in build 1

This commit is contained in:
2017-07-07 17:18:31 +02:00
parent d4d3f11b45
commit ff758351ba
22 changed files with 4337 additions and 3 deletions

26
REPOSTRUCTURE.md Normal file
View File

@@ -0,0 +1,26 @@
.
|-- manifests
| |-- main
| | `-- config.pp
| |-- server
| | |-- 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
|-- Gemfile
|-- Gemfile.lock
|-- Jenkinsfile
`-- README.md
4 directories, 19 files