|
@@ -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
|