mirror of
https://github.com/inspec/inspec
synced 2024-12-21 02:23:13 +00:00
3a6e610de9
A few minor issues were causing 3 functional test failures on OS X. These were not program errors but where rather the result of the profiles under test assuming a linux environment. Since many of the developers who will work on this project in the future will be running OS X, let's ensure they can run the functional tests easily. Signed-off-by: Steven Danna <steve@chef.io>
11 lines
253 B
YAML
11 lines
253 B
YAML
name: complete
|
|
title: complete example profile
|
|
maintainer: Chef Software, Inc.
|
|
copyright: Chef Software, Inc.
|
|
copyright_email: support@chef.io
|
|
license: Proprietary, All rights reserved
|
|
summary: Testing stub
|
|
version: 1.0.0
|
|
supports:
|
|
- linux
|
|
- darwin
|