inspec/examples/meta-profile
Steven Danna 8f10ee53c5 Provide inspec.yml shortcut syntax
- Allow users to elide the `name` attributes
- Assume a default source of supermarket

Fixes #1048

Signed-off-by: Steven Danna <steve@chef.io>
2016-09-14 08:46:06 +02:00
..
controls rename example to meta-profile 2016-09-12 14:45:40 +02:00
inspec.yml Provide inspec.yml shortcut syntax 2016-09-14 08:46:06 +02:00
README.md rename example to meta-profile 2016-09-12 14:45:40 +02:00

meta-profile

The inspec.yml file in this profile shows how one can use dependencies from non-local sources such as Git or an HTTP url. This feature can be used to build up a environment-wide profile that is based on more specific profiles managed by others.

WARNING

This profile likely does not work yet. It exists as a target for ongoing development work.