]> git.openstreetmap.org Git - chef.git/blob - cookbooks/bind/metadata.rb
Switch the mailman web interface to use https
[chef.git] / cookbooks / bind / metadata.rb
1 maintainer        "OpenStreetMap Administrators"
2 maintainer_email  "admins@openstreetmap.org"
3 license           "Apache 2.0"
4 description       "Configures bind"
5 long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
6 version           "1.0.0"
7 depends           "networking"
8
9 attribute "bind",
10   :display_name => "bind",
11   :description => "Hash of bind attributes",
12   :type => "hash"
13
14 attribute "bind/forwarders",
15   :display_name => "bind",
16   :description => "Array of resolvers to forward to",
17   :type => "array"