2016-09-14 16:58:42 -04:00
|
|
|
---
|
|
|
|
|
|
|
|
# the default formula url
|
|
|
|
formulas_url: https://github.com/saltstack-formulas/
|
|
|
|
|
|
|
|
# where to store the new formulas (relative to current directory)
|
|
|
|
formulas_dir: formulas
|
|
|
|
|
2016-09-29 11:51:46 -04:00
|
|
|
# remove unmanaged formulas
|
|
|
|
purge_formulas: true
|
|
|
|
|
2021-04-04 01:46:14 -04:00
|
|
|
# list of formulas to import; requires a version tag (currently only git tags for now)
|
2016-09-14 16:58:42 -04:00
|
|
|
formulas:
|
|
|
|
- vim
|
2021-04-04 01:46:14 -04:00
|
|
|
version: v0.15.4
|