mirror of
https://github.com/inspec/inspec
synced 2024-12-21 10:33:23 +00:00
16 lines
433 B
YAML
16 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
|