Skip to content

Commit

Permalink
salt: Rewrite init.sls for Salt minion
Browse files Browse the repository at this point in the history
Add some explanation about all state in `init.sls` of Salt minion states
  • Loading branch information
TeddyAndrieux committed Apr 9, 2021
1 parent 185bc0b commit 181f326
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion salt/metalk8s/salt/minion/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
# Available states
# ================
#
# * restart -> Restart salt Minion if required `watch_in` set
# * local -> Configure salt minion so that it can run in local mode
# (need to have access on the ISO, so only run it on the bootstrap)
# * installed -> Install/Upgrade and enable salt minion
# * configured -> Configure salt minion process
# * restart -> Restart salt Minion if required `watch_in` set
#

include:
Expand Down

0 comments on commit 181f326

Please sign in to comment.