mirror of
https://github.com/inspec/inspec
synced 2024-11-27 15:10:44 +00:00
b1c2af209b
Signed-off-by: Ryan Davis <zenspider@chef.io>
14 lines
397 B
YAML
14 lines
397 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/fixtures/profiles/git-fetcher/git-repo-01
|
|
relative_path: child-01
|
|
- name: child-02
|
|
git: test/fixtures/profiles/git-fetcher/git-repo-01
|
|
relative_path: deeper-path/in/repo/child-02
|