New version of salt-formula from Saltstack
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

7 行
222B

  1. #!/bin/bash
  2. salt-call state.show_highstate --out yaml > ./highstate
  3. python salt-state-graph.py < ./highstate > ./highstate.dot
  4. dot -Tpng < ./highstate.dot -o ./highstate.png
  5. dot -Tsvg < ./highstate.dot -o ./highstate.svg