New version of salt-formula from Saltstack
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- #!/bin/bash
-
- salt-call state.show_highstate --out yaml > ./highstate
- python salt-state-graph.py < ./highstate > ./highstate.dot
- dot -Tpng < ./highstate.dot -o ./highstate.png
- dot -Tsvg < ./highstate.dot -o ./highstate.svg
|