mirror of
https://github.com/inspec/inspec
synced 2024-12-24 03:53:15 +00:00
12890408bb
* Fix the control merging issues when overriding child controls. * Fix rubocop issue and vendor compression. * Add in lock file for vendor profile Signed-off-by: Jared Quick <jquick@chef.io>
11 lines
337 B
YAML
11 lines
337 B
YAML
name: wrapper-override
|
|
title: Linux Wrapper Child Profile
|
|
maintainer: Demo, Inc.
|
|
copyright: Demo, Inc.
|
|
copyright_email: support@example.com
|
|
license: Apache-2.0
|
|
summary: Profile that wraps other profiles
|
|
version: 0.6.1
|
|
depends:
|
|
- name: myprofile1
|
|
url: https://s3-eu-west-1.amazonaws.com/apop-bucket/profiles/myprofile1-1.0.0.tar.gz
|