mirror of
https://github.com/inspec/inspec
synced 2024-12-24 03:53:15 +00:00
82e126726b
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
14 lines
No EOL
381 B
YAML
14 lines
No EOL
381 B
YAML
name: hashmap
|
|
title: InSpec Profile to verify hashmap inputs
|
|
maintainer: Chef Software, Inc.
|
|
copyright: Chef Software, Inc.
|
|
license: Apache-2.0
|
|
summary: A profile that checks loading of hashmap inputs
|
|
version: 0.1.0
|
|
supports:
|
|
platform: os
|
|
inputs:
|
|
- name: metadata_hash
|
|
value:
|
|
metadata_hash_key_str: metadata_hash_value_str
|
|
metadata_hash_key_sym: metadata_hash_value_sym |