16 lines
351 B
Plaintext
16 lines
351 B
Plaintext
---
|
|
|
|
# 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; requires a version tag (currently only git tags for now)
|
|
formulas:
|
|
- vim
|
|
version: v0.15.4
|