inspec/examples/inheritance/inspec.yml
Christoph Hartmann a6ef98c896 verifies that inspec.yml uses licenses in SPDX format
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
2017-05-31 00:21:05 -05:00

15 lines
380 B
YAML

name: inheritance
title: InSpec example inheritance
maintainer: Chef Software, Inc.
copyright: Chef Software, Inc.
copyright_email: support@chef.io
license: Apache-2.0
summary: Demonstrates the use of InSpec profile inheritance
version: 1.0.0
supports:
- os-family: unix
depends:
- name: profile
path: ../profile
- name: profile-attribute
path: ../profile-attribute