Added sfm.yaml example
This commit is contained in:
parent
b64858b442
commit
73d9420950
16
sfm.yaml.example
Normal file
16
sfm.yaml.example
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
|
||||
# the default formula url
|
||||
formulas_url: https://github.com/saltstack-formulas/
|
||||
|
||||
# where to store the new formulas (relative to current directory)
|
||||
formulas_dir: formulas
|
||||
|
||||
# list of formulas to import
|
||||
formulas:
|
||||
- vim
|
||||
- users
|
||||
|
||||
- example:
|
||||
name: example-formula
|
||||
url: https://git.example.com/user/salt-example
|
Loading…
Reference in New Issue
Block a user