metadata.rb (17 lines of code) (raw):
name 'auditbeat'
maintainer 'Virender Khatri'
maintainer_email 'vir.khatri@gmail.com'
license 'Apache-2.0'
description 'Installs/Configures Elastic Auditbeat'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.0.4'
source_url 'https://github.com/vkhatri/chef-auditbeat' if respond_to?(:source_url)
issues_url 'https://github.com/vkhatri/chef-auditbeat/issues' if respond_to?(:issues_url)
chef_version '>= 12' if respond_to?(:chef_version)
depends 'windows'
depends 'apt'
depends 'yum', '>= 5.0.1'
depends 'yum-plugin-versionlock', '>= 0.1.2'
%w[windows ubuntu centos amazon redhat fedora].each do |os|
supports os
end