Files
confdroid_apache/REPOSTRUCTURE.md

64 lines
1.4 KiB
Markdown
Raw Normal View History

2018-04-20 10:06:28 +02:00
.
|-- doc
| |-- css
| | |-- common.css
| | |-- full_list.css
| | `-- style.css
| |-- js
| | |-- app.js
| | |-- full_list.js
| | `-- jquery.js
| |-- puppet_classes
2018-04-20 11:41:16 +02:00
| | |-- cd_apache_3A_3Afirewall_3A_3Aiptables.html
2018-04-20 10:06:28 +02:00
| | |-- cd_apache_3A_3Amain_3A_3Aconfig.html
2018-04-20 10:32:51 +02:00
| | |-- cd_apache_3A_3Amonitoring_3A_3Atarget.html
2018-04-20 10:06:28 +02:00
| | |-- cd_apache_3A_3Aparams.html
| | |-- cd_apache_3A_3Aserver_3A_3Adirs.html
| | |-- cd_apache_3A_3Aserver_3A_3Afiles.html
| | |-- cd_apache_3A_3Aserver_3A_3Ainstall.html
| | |-- cd_apache_3A_3Aserver_3A_3Aservice.html
| | |-- cd_apache_3A_3Aserver_3A_3Auser.html
| | `-- cd_apache.html
| |-- file.README.html
| |-- frames.html
| |-- _index.html
| |-- index.html
| |-- puppet_class_list.html
| `-- top-level-namespace.html
|-- examples
| |-- vhost.erb
| `-- vhost_ssl.erb
|-- manifests
2018-04-20 11:36:16 +02:00
| |-- firewall
| | `-- iptables.pp
2018-04-20 10:06:28 +02:00
| |-- main
| | `-- config.pp
| |-- monitoring
| | `-- target.pp
| |-- server
| | |-- dirs.pp
| | |-- files.pp
| | |-- install.pp
| | |-- service.pp
| | `-- user.pp
| |-- init.pp
| `-- params.pp
|-- templates
| |-- autoindex_conf.erb
| |-- httpd_conf.erb
2018-04-20 10:32:51 +02:00
| |-- index_html.erb
2018-04-20 10:06:28 +02:00
| |-- magic.erb
| |-- ssl_conf.erb
| |-- userdir_conf.erb
| `-- welcome.conf
|-- tests
| `-- UTF_Files
|-- CHANGELOG.md
|-- Gemfile
|-- Gemfile.lock
|-- Jenkinsfile
|-- LICENSE
2018-12-07 14:00:07 +01:00
`-- README.md
2017-07-07 17:18:31 +02:00
2018-12-07 14:00:07 +01:00
12 directories, 48 files