瀏覽代碼

Format and verbiage updates

Jeremy Cooper 4 年之前
父節點
當前提交
8736ed2430
共有 1 個文件被更改,包括 3 次插入6 次删除
  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