mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
15 lines
386 B
YAML
15 lines
386 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
|
|
- name: profile-attribute
|
|
path: ../profile-attribute
|