mirror of
https://github.com/inspec/inspec
synced 2024-12-19 17:43:44 +00:00
d9b7473118
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
17 lines
446 B
YAML
17 lines
446 B
YAML
name: inheritance-child-01
|
|
title: Tests inputs being set accross inheritance boundaries
|
|
maintainer: InSpec Core Engineering Team
|
|
copyright: InSpec Core Engineering Team
|
|
copyright_email: inspec@chef.io
|
|
license: Apache-2.0
|
|
summary: Tests inputs being set accross inheritance boundaries
|
|
version: 0.1.0
|
|
supports:
|
|
platform: os
|
|
|
|
attributes:
|
|
- name: test-01
|
|
value: value-from-child-01-metadata
|
|
- name: test-02
|
|
value: value-from-child-01-metadata
|
|
|