Browse Source

readme update 42

Brad Poulton 5 years ago
parent
commit
a3cd9c5921
2 changed files with 20 additions and 1 deletions
  1. 1 0
      MDR Salt Notes.md
  2. 19 1
      README.md

+ 1 - 0
MDR Salt Notes.md

@@ -1,3 +1,4 @@
+# MDR Salt Notes.md
 Deploying Salt event monitoring for Splunk
 1. push new git files
 2. sync_all

+ 19 - 1
README.md

@@ -3,4 +3,22 @@
 ## Rules
 1. All files MUST follow the naming scheme.
     `MDR <Major Topic> <Minor Topic> Notes.md` e.g. MDR Salt Upgrade Notes.md
-2. All files MUST follow the proper markdown format. ( work in progress )
+2. All files MUST follow the proper markdown format. ( work in progress )
+
+    `# <filename>`
+     `<Description of notes or project>`
+     `<arbitrary notes>`
+
+     ```# MDR Salt Notes.md
+        Salt is the configuration management tool
+
+        ---
+        Section 1
+
+        Salt sucks and we should use puppet.
+
+        ---
+        Section 2
+
+        Salt version 2019.2.3 should always be made public on the internet. 
+        ```