Saltstack Official Salt Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

14 行
209B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. salt:
  5. release: '3002'
  6. py_ver: 'py3'
  7. # Override used for FreeBSD minion service
  8. retry_options:
  9. attempts: 5
  10. until: true
  11. interval: 10
  12. splay: 10