]> git.openstreetmap.org Git - chef.git/blob - cookbooks/dhcpd/metadata.rb
Pass single object node/way/relation calls to the backends
[chef.git] / cookbooks / dhcpd / metadata.rb
1 maintainer        "OpenStreetMap Administrators"
2 maintainer_email  "admins@openstreetmap.org"
3 license           "Apache 2.0"
4 description       "Configures dhcpd"
5 long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
6 version           "1.0.0"
7 depends           "networking"
8
9 attribute "dhcpd",
10   :display_name => "dhcpd",
11   :description => "Hash of dhcpd attributes",
12   :type => "hash"