Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,8 +1,8 @@
# salt
>Execute commands and assert state on remote salt minions.
> Execute commands and assert state on remote salt minions.
- List connected minions
- List connected minions:
`salt '*' test.ping`
@@ -10,7 +10,7 @@
`salt '*' state.highstate`
- Upgrade packages using the OS package manager (apt, yum, brew) on a subset of minions
- Upgrade packages using the OS package manager (apt, yum, brew) on a subset of minions:
`salt '*.domain.com' pkg.upgrade`