35 lines
621 B
Markdown
35 lines
621 B
Markdown
.
|
|
|-- manifests
|
|
| |-- client
|
|
| | `-- target.pp
|
|
| |-- firewall
|
|
| | `-- iptables.pp
|
|
| |-- main
|
|
| | |-- config.pp
|
|
| | |-- dirs.pp
|
|
| | |-- install.pp
|
|
| | `-- user.pp
|
|
| |-- selinux
|
|
| | `-- config.pp
|
|
| |-- server
|
|
| | |-- access.pp
|
|
| | |-- access_rules.pp
|
|
| | |-- files.pp
|
|
| | `-- service.pp
|
|
| |-- init.pp
|
|
| `-- params.pp
|
|
|-- templates
|
|
| |-- nagios
|
|
| | |-- cgi_cfg.erb
|
|
| | |-- htpasswd_head.erb
|
|
| | `-- htpasswd_rule.erb
|
|
| `-- selinux
|
|
| `-- taccgi.erb
|
|
|-- Gemfile
|
|
|-- Gemfile.lock
|
|
|-- Jenkinsfile
|
|
|-- LICENSE
|
|
`-- README.md
|
|
|
|
9 directories, 22 files
|