X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6f0a393ef9191a70d9c5040ed35f6ee4ca33db8b..8eb585a28a2fbb1a1ad7789d6873aa8d922244ef:/cookbooks/dhcpd/metadata.rb diff --git a/cookbooks/dhcpd/metadata.rb b/cookbooks/dhcpd/metadata.rb index 7f661d662..2e239b157 100644 --- a/cookbooks/dhcpd/metadata.rb +++ b/cookbooks/dhcpd/metadata.rb @@ -1,13 +1,10 @@ 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" +depends "ntp"