X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6f0a393ef9191a70d9c5040ed35f6ee4ca33db8b..b9eeecc2a3ad0fbba208b5b1cea862123fb746b6:/cookbooks/bind/metadata.rb diff --git a/cookbooks/bind/metadata.rb b/cookbooks/bind/metadata.rb index 3488028c2..b7d5437a1 100644 --- a/cookbooks/bind/metadata.rb +++ b/cookbooks/bind/metadata.rb @@ -1,18 +1,9 @@ name "bind" maintainer "OpenStreetMap Administrators" maintainer_email "admins@openstreetmap.org" -license "Apache 2.0" +license "Apache-2.0" description "Configures bind" -long_description IO.read(File.join(File.dirname(__FILE__), "README.md")) + version "1.0.0" +supports "ubuntu" depends "networking" - -attribute "bind", - :display_name => "bind", - :description => "Hash of bind attributes", - :type => "hash" - -attribute "bind/forwarders", - :display_name => "bind", - :description => "Array of resolvers to forward to", - :type => "array"