From 4c45002f8fe97568670cf4f9d38d3b438c12f208 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 5 Aug 2021 16:17:52 +0200 Subject: [PATCH] EN-0001 - markdown lint --- .spelling | 1 + REPOSTRUCTURE.md | 63 ------------------------------------------------ 2 files changed, 1 insertion(+), 63 deletions(-) delete mode 100644 REPOSTRUCTURE.md diff --git a/.spelling b/.spelling index 94db1e8..ca62fb4 100644 --- a/.spelling +++ b/.spelling @@ -4,6 +4,7 @@ # one word per line, to define a file override use ' - filename' # where filename is relative to this configuration file Readme.md +httpd sudo selinux site.pp diff --git a/REPOSTRUCTURE.md b/REPOSTRUCTURE.md deleted file mode 100644 index 3104dd4..0000000 --- a/REPOSTRUCTURE.md +++ /dev/null @@ -1,63 +0,0 @@ -. -|-- doc -| |-- css -| | |-- common.css -| | |-- full_list.css -| | `-- style.css -| |-- js -| | |-- app.js -| | |-- full_list.js -| | `-- jquery.js -| |-- puppet_classes -| | |-- cd_apache_3A_3Afirewall_3A_3Aiptables.html -| | |-- cd_apache_3A_3Amain_3A_3Aconfig.html -| | |-- cd_apache_3A_3Amonitoring_3A_3Atarget.html -| | |-- 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 -| |-- firewall -| | `-- iptables.pp -| |-- 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 -| |-- index_html.erb -| |-- magic.erb -| |-- ssl_conf.erb -| |-- userdir_conf.erb -| `-- welcome.conf -|-- tests -| `-- UTF_Files -|-- CHANGELOG.md -|-- Gemfile -|-- Gemfile.lock -|-- Jenkinsfile -|-- LICENSE -`-- README.md - -12 directories, 48 files