mirror of
https://github.com/inspec/inspec
synced 2024-12-18 17:14:33 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
11 lines
278 B
YAML
11 lines
278 B
YAML
name: relative-empty
|
|
title: relative-empty
|
|
license: Apache-2.0
|
|
summary: A profile that depends on profiles using an empty-string path
|
|
version: 0.1.0
|
|
supports:
|
|
platform: os
|
|
depends:
|
|
- name: basic-local
|
|
git: test/unit/mock/profiles/git-fetcher/basic-local
|
|
relative_path: ''
|