]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dhcpd/metadata.rb
nominatim: remove old php settings
[chef.git] / cookbooks / dhcpd / metadata.rb
index 656d877a0df3d97ba043fa11a5d10f156d44d56a..2e239b15745d5a275aa2ecb83885ee8069e1c055 100644 (file)
@@ -1,12 +1,10 @@
+name              "dhcpd"
 maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
-license           "Apache 2.0"
+license           "Apache-2.0"
 description       "Configures dhcpd"
-long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
+
 version           "1.0.0"
+supports          "ubuntu"
 depends           "networking"
-
-attribute "dhcpd",
-  :display_name => "dhcpd",
-  :description => "Hash of dhcpd attributes",
-  :type => "hash"
+depends           "ntp"