New version of salt-formula from Saltstack
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- #!/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
|