]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dhcpd/metadata.rb
Add a load more cookbooks
[chef.git] / cookbooks / dhcpd / metadata.rb
diff --git a/cookbooks/dhcpd/metadata.rb b/cookbooks/dhcpd/metadata.rb
new file mode 100644 (file)
index 0000000..656d877
--- /dev/null
@@ -0,0 +1,12 @@
+maintainer        "OpenStreetMap Administrators"
+maintainer_email  "admins@openstreetmap.org"
+license           "Apache 2.0"
+description       "Configures dhcpd"
+long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
+version           "1.0.0"
+depends           "networking"
+
+attribute "dhcpd",
+  :display_name => "dhcpd",
+  :description => "Hash of dhcpd attributes",
+  :type => "hash"