mirror of
https://github.com/inspec/inspec
synced 2024-12-25 20:43:13 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
12 lines
No EOL
332 B
YAML
12 lines
No EOL
332 B
YAML
name: metadata_legacy
|
|
title: InSpec Profile
|
|
maintainer: The Authors
|
|
copyright: The Authors
|
|
copyright_email: you@example.com
|
|
license: Apache-2.0
|
|
summary: A profile with a single simple input defined in metadata, using the attributes key
|
|
version: 0.1.0
|
|
|
|
attributes: # Use legacy "attributes" key
|
|
- name: test_01
|
|
value: test_value_01 |