mirror of
https://github.com/inspec/inspec
synced 2024-12-13 23:02:36 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
15 lines
433 B
YAML
15 lines
433 B
YAML
name: inheritance-child-02
|
|
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:
|
|
# Set a value in an aliased child profile
|
|
- name: test-03
|
|
value: value-from-child-02-metadata
|