Browse Source

Format and verbiage updates

Jeremy Cooper 4 years ago
parent
commit
8736ed2430
1 changed files with 3 additions and 6 deletions
  1. 3 6
      Salt Notes.md

+ 3 - 6
Salt Notes.md

@@ -1,4 +1,4 @@
-# Salt Notes.md
+# Salt Notes
 Salt is the configuration management tool
 
 ---
@@ -72,7 +72,7 @@ salt '*' saltutil.sync_grains
 salt '*' saltutil.sync_all
 ```
 
-We can do this via a reactor. See https://docs.saltstack.com/en/latest/topics/reactor/index.html#minion-start-reactor
+We can do this via a `Reactor`. See [Minion Start Reactor](https://docs.saltstack.com/en/latest/topics/reactor/index.html#minion-start-reactor)
 
 ## Excluding States
 
@@ -90,10 +90,7 @@ salt -C '*indexer* or *idx*' state.sls splunk.indexer test=true --output-diff --
 
 
 ---- 
-Random
-
-https://docs.saltproject.io/en/latest/ref/states/extend.html
-
+Random - [Extending External SLS Data](https://docs.saltproject.io/en/latest/ref/states/extend.html)
 
 ----
 New Github Server