27 lines
457 B
Markdown
27 lines
457 B
Markdown
|
|
.
|
||
|
|
|-- 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
|