mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
7e569669aa
This commit is the foundation of the dependency resolution as described in https://github.com/chef/inspec/issues/888 . It currently only works with local dependencies, as seen in the example inheritance profile. Tests and full resolution are coming next on the path to an MVP implementation.
13 lines
327 B
YAML
13 lines
327 B
YAML
name: inheritance
|
|
title: InSpec example inheritance
|
|
maintainer: Chef Software, Inc.
|
|
copyright: Chef Software, Inc.
|
|
copyright_email: support@chef.io
|
|
license: Apache 2 license
|
|
summary: Demonstrates the use of InSpec profile inheritance
|
|
version: 1.0.0
|
|
supports:
|
|
- os-family: unix
|
|
depends:
|
|
- name: profile
|
|
path: ../profile
|