forked from rackspace-cookbooks/chef-slack_handler
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.rb
More file actions
20 lines (16 loc) · 714 Bytes
/
metadata.rb
File metadata and controls
20 lines (16 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name 'slack_handler'
maintainer 'Rackspace'
maintainer_email 'rackspace-cookbooks@rackspace.com'
license 'Apache-2.0'
description 'Installs/Configures a Chef handler for reporting results to a Slack channel.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.8.1'
depends 'chef_handler', '~> 2.1.2'
supports 'ubuntu'
supports 'centos'
supports 'fedora'
supports 'redhat'
supports 'debian'
source_url 'https://github.com/rackspace-cookbooks/chef-slack_handler' if respond_to?(:source_url)
issues_url 'https://github.com/rackspace-cookbooks/chef-slack_handler/issues' if respond_to?(:issues_url)
chef_version '>= 12.1' if respond_to?(:chef_version)