Saltstack Official Salt Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 satır
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