From 73d9420950b2819cde556ed9e3417b6eab321056 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Wed, 14 Sep 2016 16:58:42 -0400 Subject: [PATCH] Added sfm.yaml example --- sfm.yaml.example | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sfm.yaml.example diff --git a/sfm.yaml.example b/sfm.yaml.example new file mode 100644 index 0000000..637c1ce --- /dev/null +++ b/sfm.yaml.example @@ -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