]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/bind/metadata.rb
Fix new foodcritic warnings
[chef.git] / cookbooks / bind / metadata.rb
index 67a7e44bce1f0f8925fbf45b52c84d56dae36c20..dd8792bbe5fa904ca0e5413fd4b3dc22c63cc87c 100644 (file)
@@ -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'))
+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"