X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/faf8ae12e85eabb050b0f5eceb2cb67ad1de5261..e923df607a12d4a184b252723df0473bb7d3f5f3:/cookbooks/dhcpd/metadata.rb diff --git a/cookbooks/dhcpd/metadata.rb b/cookbooks/dhcpd/metadata.rb index 656d877a0..c61b6d664 100644 --- a/cookbooks/dhcpd/metadata.rb +++ b/cookbooks/dhcpd/metadata.rb @@ -1,12 +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')) +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"