-
Notifications
You must be signed in to change notification settings - Fork 8
/
metadata.rb
25 lines (22 loc) · 836 Bytes
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name 'aws-inspector'
maintainer 'eternaltyro'
maintainer_email 'eternaltyro@gmail.com'
license 'MIT'
description 'Installs/Configures aws-inspector'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.3.0'
chef_version '>=12.5' if respond_to?(:chef_version)
# If you upload to Supermarket you should set this so your cookbook
# gets a `View Issues` link
issues_url 'https://github.com/eternaltyro/chef-aws-inspector/issues' if respond_to?(:issues_url)
# If you upload to Supermarket you should set this so your cookbook
# gets a `View Source` link
source_url 'https://github.com/eternaltyro/chef-aws-inspector' if respond_to?(:source_url)
##
#
supports 'debian'
supports 'ubuntu', '~> 12.04'
supports 'redhat'
supports 'centos', '~> 6.5'
supports 'amazon', '~> 2015.09'
supports 'windows' '-> 2008r2'