From 7aede0ffdf64cf5f05f91ab40aa0b267c8c14788 Mon Sep 17 00:00:00 2001 From: 12ww1160 Date: Tue, 7 Sep 2021 13:41:33 +0000 Subject: [PATCH] Delete REPOSTRUCTURE.md --- REPOSTRUCTURE.md | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 REPOSTRUCTURE.md diff --git a/REPOSTRUCTURE.md b/REPOSTRUCTURE.md deleted file mode 100644 index 79ee1ba..0000000 --- a/REPOSTRUCTURE.md +++ /dev/null @@ -1,48 +0,0 @@ -. -|-- doc -| |-- css -| | |-- common.css -| | |-- full_list.css -| | `-- style.css -| |-- js -| | |-- app.js -| | |-- full_list.js -| | `-- jquery.js -| |-- puppet_classes -| | |-- cd_fail2ban_3A_3Amain_3A_3Aconfig.html -| | |-- cd_fail2ban_3A_3Amain_3A_3Adirs.html -| | |-- cd_fail2ban_3A_3Amain_3A_3Afiles.html -| | |-- cd_fail2ban_3A_3Amain_3A_3Ainstall.html -| | |-- cd_fail2ban_3A_3Amain_3A_3Aservice.html -| | |-- cd_fail2ban_3A_3Aparams.html -| | `-- cd_fail2ban.html -| |-- file.README.html -| |-- frames.html -| |-- _index.html -| |-- index.html -| |-- puppet_class_list.html -| `-- top-level-namespace.html -|-- manifests -| |-- main -| | |-- config.pp -| | |-- dirs.pp -| | |-- files.pp -| | |-- install.pp -| | `-- service.pp -| |-- init.pp -| `-- params.pp -|-- templates -| |-- fail2ban_conf.erb -| |-- fail2ban_local.erb -| |-- jail_conf.erb -| |-- jail_local.erb -| `-- paths_common_conf.erb -|-- tests -| `-- UTF_Files -|-- Gemfile -|-- Gemfile.lock -|-- Jenkinsfile -|-- LICENSE -`-- README.md - -8 directories, 37 files