-
-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathmetadata.rb
More file actions
20 lines (18 loc) · 641 Bytes
/
metadata.rb
File metadata and controls
20 lines (18 loc) · 641 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name 'chef-splunk'
maintainer 'Sous Chefs'
maintainer_email 'help@sous-chefs.org'
license 'Apache-2.0'
description 'Manage Splunk Enterprise or Splunk Universal Forwarder'
version '9.2.26'
source_url 'https://github.com/sous-chefs/chef-splunk'
issues_url 'https://github.com/sous-chefs/chef-splunk/issues'
chef_version '>= 16.0'
supports 'amazon'
supports 'centos'
supports 'debian'
supports 'redhat'
supports 'ubuntu'
supports 'suse'
# please read the README.md section regarding data bag fallback if you
# do not use chef-vault
depends 'ec2-tags-ohai-plugin', '>= 0.2.4'