mirror of
https://github.com/inspec/inspec
synced 2025-01-04 09:18:59 +00:00
3eea2b055a
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
12 lines
382 B
YAML
12 lines
382 B
YAML
name: Shell Inheritance
|
|
title: InSpec example of using inheritance profile in shell
|
|
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: test/fixtures/profiles/dependencies/profile_a
|
|
- name: profile_b
|
|
path: test/fixtures/profiles/dependencies/profile_b
|