]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dhcpd/metadata.rb
FTP enable local perm for ftp users
[chef.git] / cookbooks / dhcpd / metadata.rb
index 656d877a0df3d97ba043fa11a5d10f156d44d56a..c61b6d664d0823e627c373bd1f0aff94ad6e17a6 100644 (file)
@@ -1,12 +1,9 @@
+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'))
+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"