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