salt-formula-manager/sfm.yaml.example

20 lines
373 B
Plaintext
Raw Normal View History

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
# remove unmanaged formulas
purge_formulas: true
2016-09-14 16:58:42 -04:00
# list of formulas to import
formulas:
- vim
- users
- example:
name: example-formula
url: https://git.example.com/user/salt-example