mirror of
https://github.com/inspec/inspec
synced 2024-12-24 12:03:23 +00:00
18 lines
446 B
YAML
18 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
|
||
|
|