mirror of
https://github.com/inspec/inspec
synced 2024-12-25 04:23:15 +00:00
a55b083b0a
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
17 lines
No EOL
483 B
YAML
17 lines
No EOL
483 B
YAML
name: hashmap
|
|
title: InSpec Profile
|
|
maintainer: The Authors
|
|
copyright: The Authors
|
|
copyright_email: you@example.com
|
|
license: Apache-2.0
|
|
summary: A profile that checks loading of hashmap inputs using metadata file and external file.
|
|
version: 0.1.0
|
|
supports:
|
|
platform: os
|
|
inputs:
|
|
- name: metadata_basic_key
|
|
value: metadata_basic_value
|
|
- name: metadata_nested_key
|
|
value:
|
|
metadata_nested_key_str: metadata_nested_value_str
|
|
metadata_nested_key_sym: metadata_nested_value_sym |