mirror of
https://github.com/inspec/inspec
synced 2024-12-23 19:43:14 +00:00
7d2028287c
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
20 lines
No EOL
453 B
YAML
20 lines
No EOL
453 B
YAML
name: input-scoping
|
|
title: Profile to test reading attributes in a variety of scopes
|
|
maintainer: Chef InSpec team
|
|
copyright: Chef InSpec team
|
|
copyright_email: inspec@chef.io
|
|
license: Apache-2.0
|
|
summary: Profile to test reading attributes in a variety of scopes
|
|
version: 0.1.0
|
|
|
|
attributes:
|
|
- name: test-01
|
|
value: test-01
|
|
- name: test-02
|
|
value: test-02
|
|
- name: test-03
|
|
value: test-03
|
|
- name: test-04
|
|
value: test-04
|
|
- name: test-05
|
|
value: test-05 |