inspec/test/unit/mock/profiles/git-fetcher/relative-combo/inspec.yml
Clinton Wolfe fab58b590e Combo relative test in place
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-07-30 13:38:02 -04:00

14 lines
399 B
YAML

name: relative-combo
title: relative-combo
license: Apache-2.0
summary: A profile that uses git to depend on profiles in deep subdirs
version: 0.1.0
supports:
platform: os
depends:
- name: child-01
git: test/unit/mock/profiles/git-fetcher/git-repo-01
relative_path: child-01
- name: child-02
git: test/unit/mock/profiles/git-fetcher/git-repo-01
relative_path: deeper-path/in/repo/child-02