]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/sysctl/metadata.rb
Drop long_description from metadata files
[chef.git] / cookbooks / sysctl / metadata.rb
index 45a9fd5740ad41edd9ce75c6ae54a1eb9966835c..3f6ad5533a3f380de4f4968c3bdd088da969e12a 100644 (file)
@@ -1,12 +1,8 @@
 name             "sysctl"
 maintainer       "Tom Hughes"
 maintainer_email "tom@compton.nu"
-license          "Apache 2.0"
+license          "Apache-2.0"
 description      "Configures kernel parameters"
-long_description IO.read(File.join(File.dirname(__FILE__), "README.md"))
-version          "0.1"
 
-attribute "sysctl",
-  :display_name => "Kernel Parameters",
-  :description => "Hash of kernel parameter groups",
-  :type => "hash"
+version          "0.1"
+supports         "ubuntu"