mirror of
https://github.com/inspec/inspec
synced 2024-12-18 09:03:12 +00:00
56f22a1d2a
this makes it work (tested with default-ubuntu-1404), but doesn't improve the error handling (i.e., the skip_resource doesn't really prevent the failure)
10 lines
249 B
Ruby
10 lines
249 B
Ruby
# encoding: utf-8
|
|
name 'os_prepare'
|
|
maintainer 'Chef Software, Inc.'
|
|
maintainer_email 'support@chef.io'
|
|
description 'This cookbook prepares the test operating systems'
|
|
version '1.0.0'
|
|
depends 'apt'
|
|
depends 'yum'
|
|
depends 'runit'
|
|
depends 'postgresql'
|