From 8fa9a83b992f1b105d4105ea05b82d807ebbd76a Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Tue, 1 Dec 2020 19:49:52 +0100 Subject: [PATCH 1/2] recommit for updates in build 67 --- REPOSTRUCTURE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/REPOSTRUCTURE.md b/REPOSTRUCTURE.md index f325c24..7d68709 100644 --- a/REPOSTRUCTURE.md +++ b/REPOSTRUCTURE.md @@ -59,11 +59,10 @@ | `-- haproxy_head.erb |-- tests | `-- UTF_Files -|-- CHANGELOG.md |-- Gemfile |-- Gemfile.lock |-- Jenkinsfile |-- LICENSE `-- README.md -12 directories, 54 files +12 directories, 53 files From c5fdd79084739e2974fce3649dbfbdb4ad6a2017 Mon Sep 17 00:00:00 2001 From: 12ww1160 Date: Sat, 2 Jan 2021 20:29:47 +0100 Subject: [PATCH 2/2] Delete REPOSTRUCTURE.md --- REPOSTRUCTURE.md | 68 ------------------------------------------------ 1 file changed, 68 deletions(-) delete mode 100644 REPOSTRUCTURE.md diff --git a/REPOSTRUCTURE.md b/REPOSTRUCTURE.md deleted file mode 100644 index 7d68709..0000000 --- a/REPOSTRUCTURE.md +++ /dev/null @@ -1,68 +0,0 @@ -. -|-- doc -| |-- css -| | |-- common.css -| | |-- full_list.css -| | `-- style.css -| |-- js -| | |-- app.js -| | |-- full_list.js -| | `-- jquery.js -| |-- puppet_classes -| | |-- cd_haproxy_3A_3Afirewall_3A_3Aiptables.html -| | |-- cd_haproxy_3A_3Amain_3A_3Aconfig.html -| | |-- cd_haproxy_3A_3Amain_3A_3Adirs.html -| | |-- cd_haproxy_3A_3Amain_3A_3Afiles.html -| | |-- cd_haproxy_3A_3Amain_3A_3Ainstall.html -| | |-- cd_haproxy_3A_3Amain_3A_3Auser.html -| | |-- cd_haproxy_3A_3Aparams.html -| | |-- cd_haproxy_3A_3Aserver_3A_3Aproxy_test.html -| | |-- cd_haproxy_3A_3Aserver_3A_3Aservice.html -| | `-- cd_haproxy.html -| |-- puppet_defined_types -| | `-- cd_haproxy_3A_3Aserver_3A_3Aproxy.html -| |-- file.README.html -| |-- frames.html -| |-- _index.html -| |-- index.html -| |-- puppet_class_list.html -| |-- puppet_defined_type_list.html -| `-- top-level-namespace.html -|-- manifests -| |-- firewall -| | `-- iptables.pp -| |-- main -| | |-- config.pp -| | |-- dirs.pp -| | |-- files.pp -| | |-- install.pp -| | `-- user.pp -| |-- server -| | |-- proxy.pp -| | |-- proxy_test.pp -| | `-- service.pp -| |-- init.pp -| `-- params.pp -|-- templates -| |-- errors -| | |-- 400_http.erb -| | |-- 403_http.erb -| | |-- 408_http.erb -| | |-- 500_http.erb -| | |-- 502_http.erb -| | |-- 503_http.erb -| | `-- 504_http.erb -| |-- haproxy_acl_rule.erb -| |-- haproxy_backend_rule.erb -| |-- haproxy.cfg -| |-- haproxy_frontend_rule.erb -| `-- haproxy_head.erb -|-- tests -| `-- UTF_Files -|-- Gemfile -|-- Gemfile.lock -|-- Jenkinsfile -|-- LICENSE -`-- README.md - -12 directories, 53 files