mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
6445e2c6d5
* Add windows functional tests. * Fix tests for 2012 server. * Fix windows build script * Add more functional tests for windows. * Update comment with TODO. Signed-off-by: Jared Quick <jquick@chef.io>
16 lines
415 B
YAML
16 lines
415 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:
|
|
- platform-family: unix
|
|
- platform-family: windows
|
|
depends:
|
|
- name: profile
|
|
path: ../profile
|
|
- name: profile-attribute
|
|
path: ../profile-attribute
|