Sha256: 3cd4e6ac87281413d4d5acca73c9ade34c13fa76cfe05a0c525c3973680fe54a
Contents?: true
Size: 768 Bytes
Versions: 7
Compression:
Stored size: 768 Bytes
Contents
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.3" 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'}
Version data entries
7 entries across 7 versions & 1 rubygems