inspec/examples/inheritance/inspec.yml
Jared Quick 6445e2c6d5
Add windows functional tests (#3385)
* 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>
2018-09-12 18:04:16 -04:00

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