mirror of
https://github.com/inspec/inspec
synced 2024-11-27 23:20:33 +00:00
384ccb610c
Previously, all resources were loaded into a single resource registry. Now, each profile context has a resource registry, when a profile's library is loaded into the profile context, we update the profile-context-specific resource registry. This local registry is then used to populate the execution context that the rules are evaluated in. Signed-off-by: Steven Danna <steve@chef.io>
12 lines
284 B
YAML
12 lines
284 B
YAML
name: inheritance
|
|
title: InSpec example inheritance
|
|
maintainer: Chef Software, Inc.
|
|
copyright: Chef Software, Inc.
|
|
copyright_email: support@chef.io
|
|
license: Apache 2 license
|
|
version: 1.0.0
|
|
depends:
|
|
- name: profile_a
|
|
path: ../profile_a
|
|
- name: profile_b
|
|
path: ../profile_b
|