X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6f0a393ef9191a70d9c5040ed35f6ee4ca33db8b..664414939e418b88a370ae31d6cff3245322e7bc:/cookbooks/dhcpd/metadata.rb diff --git a/cookbooks/dhcpd/metadata.rb b/cookbooks/dhcpd/metadata.rb index 7f661d662..c61b6d664 100644 --- a/cookbooks/dhcpd/metadata.rb +++ b/cookbooks/dhcpd/metadata.rb @@ -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"