forked from sous-chefs/keepalived
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.rb
20 lines (17 loc) · 831 Bytes
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name 'keepalived'
maintainer 'Chef Software, Inc.'
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Installs and configures keepalived'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '3.1.0'
recipe 'keepalived::default', 'Install, configure, and run keepalived'
recipe 'keepalived::install', 'Install keepalived package'
recipe 'keepalived::configure', 'Configure keepalived via attributes'
recipe 'keepalived::service', 'Enable, start the keepalived service'
%w(ubuntu debian redhat centos scientific oracle amazon).each do |os|
supports os
end
source_url 'https://github.com/chef-cookbooks/keepalived'
issues_url 'https://github.com/chef-cookbooks/keepalived/issues'
chef_version '>= 12.1' if respond_to?(:chef_version)