forked from CrowdStrike/chef-falcon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
25 lines (22 loc) · 986 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 'falcon'
maintainer 'CRWD Cloud Integration Architects'
maintainer_email '[email protected]'
license 'GPL-3.0'
description 'Installs/Configures Falcon sensor'
version '0.1.3'
chef_version '>= 16.0'
# The `issues_url` points to the location where issues for this cookbook are
# tracked. A `View Issues` link will be displayed on this cookbook's page when
# uploaded to a Supermarket.
#
issues_url 'https://github.com/CrowdStrike/chef-falcon/issues'
# The `source_url` points to the development repository for this cookbook. A
# `View Source` link will be displayed on this cookbook's page when uploaded to
# a Supermarket.
#
source_url 'https://github.com/CrowdStrike/chef-falcon'
# For more up-to-date information about supported platforms, please see the docs
# at https://falcon.crowdstrike.com/documentation/20/falcon-sensor-for-linux#operating-systems
%w(almalinux amazon centos debian oracle redhat rockylinux suse ubuntu).each do |os|
supports os
end