2016-03-08 12:45:35 +00:00
|
|
|
name: inheritance
|
|
|
|
title: InSpec example inheritance
|
|
|
|
maintainer: Chef Software, Inc.
|
|
|
|
copyright: Chef Software, Inc.
|
|
|
|
copyright_email: support@chef.io
|
2017-05-29 21:32:44 +00:00
|
|
|
license: Apache-2.0
|
2016-03-08 12:45:35 +00:00
|
|
|
summary: Demonstrates the use of InSpec profile inheritance
|
|
|
|
version: 1.0.0
|
|
|
|
supports:
|
2018-09-12 22:04:16 +00:00
|
|
|
- platform-family: unix
|
|
|
|
- platform-family: windows
|
2016-04-27 08:25:38 +00:00
|
|
|
depends:
|
|
|
|
- name: profile
|
|
|
|
path: ../profile
|
2016-10-27 11:59:44 +00:00
|
|
|
- name: profile-attribute
|
|
|
|
path: ../profile-attribute
|