33 lines
626 B
YAML
33 lines
626 B
YAML
---
|
|
|
|
# the default formula url
|
|
formulas_url: https://github.com/saltstack-formulas/
|
|
|
|
# where to store the new formulas (relative to current directory)
|
|
formulas_dir: ./formulas
|
|
|
|
# remove unmanaged formulas
|
|
purge_formulas: true
|
|
|
|
# list of formulas to import
|
|
formulas:
|
|
- chrony:
|
|
version: v1.3.0
|
|
- openssh:
|
|
version: v3.0.1
|
|
- packages:
|
|
version: v0.13.0
|
|
- salt:
|
|
version: v1.13.0
|
|
- sudoers:
|
|
version: v0.23.3
|
|
- system:
|
|
version: v0.2.0
|
|
url: https://git.metaunix.net/Salt-Formulas/system-formula.git
|
|
- timezone:
|
|
version: v0.4.4
|
|
- users:
|
|
version: v0.48.6
|
|
- vim:
|
|
version: v0.15.4
|