]> git.openstreetmap.org Git - chef.git/blob - cookbooks/devices/metadata.rb
bc3bd920ad4f314dab993f409f65c8f378235883
[chef.git] / cookbooks / devices / metadata.rb
1 maintainer       "Tom Hughes"
2 maintainer_email "tom@compton.nu"
3 license          "Apache 2.0"
4 description      "Configures devices"
5 long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
6 version          "0.1"
7
8 attribute "devices",
9   :display_name => "Kernel Parameters",
10   :description => "Hash of devices",
11   :type => "hash"