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.
|
12345678910111213 |
- # -*- coding: utf-8 -*-
- # vim: ft=yaml
- ---
- salt:
- release: '3002'
- py_ver: 'py3'
-
- # Override used for FreeBSD minion service
- retry_options:
- attempts: 5
- until: true
- interval: 10
- splay: 10
|