| commit | b4f7463a6d367de133aa7814af1b4b2766febf95 | [log] [tgz] |
|---|---|---|
| author | Petr Ruzicka <petr.ruzicka@gmail.com> | Thu Nov 16 15:47:07 2017 +0100 |
| committer | Petr Ruzicka <petr.ruzicka@gmail.com> | Tue Dec 12 15:11:33 2017 +0100 |
| tree | b0a9755ebb2c543bf2c5f4856cb7d90c104afea0 | |
| parent | 1bd12799658a2b810f2bca9902867c3e26c3b81d [diff] [blame] |
Adding git + pip as source engine Change-Id: I811a0876d806cfcd213ddf746b8ec89f4909fe64
diff --git a/metadata/service/storage/source/git.yml b/metadata/service/storage/source/git.yml new file mode 100644 index 0000000..ef62183 --- /dev/null +++ b/metadata/service/storage/source/git.yml
@@ -0,0 +1,7 @@ +parameters: + reclass: + storage: + source: + engine: git + repo: git+https://github.com/salt-formulas/reclass + branch: master