mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
a6ef98c896
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
15 lines
380 B
YAML
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
|