forked from chef-boneyard/chef-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
21 lines (19 loc) · 950 Bytes
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name "chef-client"
maintainer "Opscode, Inc."
maintainer_email "cookbooks@opscode.com"
license "Apache 2.0"
description "Manages aspects of only chef-client"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "2.1.6"
recipe "chef-client", "Includes the service recipe by default."
recipe "chef-client::config", "Configures the client.rb from a template."
recipe "chef-client::service", "Sets up a client daemon to run periodically"
recipe "chef-client::delete_validation", "Deletes validation.pem after client registers"
recipe "chef-client::cron", "Runs chef-client as a cron job rather than as a service"
%w{ ubuntu debian redhat centos fedora oracle suse freebsd openbsd mac_os_x mac_os_x_server windows }.each do |os|
supports os
end
suggests "bluepill"
suggests "daemontools"
suggests "runit"
depends "cron"