2013-12-12 01:33:01 +00:00

24 lines
793 B
Ruby

name "ohai"
maintainer "Opscode, Inc"
maintainer_email "cookbooks@opscode.com"
license "Apache 2.0"
description "Distributes a directory of custom ohai plugins"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.1.13"
recipe "ohai::default", "Distributes a directory of custom ohai plugins"
attribute "ohai/plugin_path",
:display_name => "Ohai Plugin Path",
:description => "Distribute plugins to this path.",
:type => "string",
:required => "optional",
:default => "/etc/chef/ohai_plugins"
attribute "ohai/plugins",
:display_name => "Ohai Plugin Sources",
:description => "Read plugins from these cookbooks and paths",
:type => "hash",
:required => "optional",
:default => {'ohai' => 'plugins'}