Files
benchmark-states/sfm.yaml
T
2026-08-06 23:14:23 -04:00

30 lines
527 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
- timezone:
version: v0.4.4
- users:
version: v0.48.6
- vim:
version: v0.15.4