mirror of
https://github.com/inspec/inspec
synced 2024-11-24 05:33:17 +00:00
14 lines
351 B
YAML
14 lines
351 B
YAML
|
name: local_depends
|
||
|
title: Test Profile For Local Vendoring
|
||
|
maintainer: Chef Software, Inc.
|
||
|
copyright: Chef Software, Inc.
|
||
|
copyright_email: support@chef.io
|
||
|
version: 1.0.0
|
||
|
depends:
|
||
|
- name: local_profile
|
||
|
path: ../complete-profile
|
||
|
- name: tar_profile
|
||
|
path: ../tar_profile-1.0.0.tar.gz
|
||
|
- name: zip_profile
|
||
|
path: ../zip_profile-1.0.0.zip
|