]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dhcpd/metadata.rb
Drop long_description from metadata files
[chef.git] / cookbooks / dhcpd / metadata.rb
index 369d9fca7ce69271fd02e3b0eecc3e74790b38e8..cc693c7df23b3e6e9498319a95bc9b0a5f5a8049 100644 (file)
@@ -1,13 +1,9 @@
 name              "dhcpd"
 maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
-license           "Apache 2.0"
+license           "Apache-2.0"
 description       "Configures dhcpd"
-long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
+
 version           "1.0.0"
+supports          "ubuntu"
 depends           "networking"
-
-attribute "dhcpd",
-  :display_name => "dhcpd",
-  :description => "Hash of dhcpd attributes",
-  :type => "hash"