forked from chef-boneyard/chef-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
15 lines (14 loc) · 835 Bytes
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
maintainer "Opscode, Inc."
maintainer_email "[email protected]"
license "Apache 2.0"
description "Manages aspects of only chef-client"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.1.5"
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 suse freebsd openbsd mac_os_x mac_os_x_server windows }.each do |os|
supports os
end