]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/rsyncd/metadata.rb
Update hardware cookbook for new version of Intel SSD tool
[chef.git] / cookbooks / rsyncd / metadata.rb
index 9b412fe2cb4bfe60d3e54400a51a3afc6c6bea80..1f3b344fab986db2ec7a5008e2bfe64bf57f4a3b 100644 (file)
@@ -1,18 +1,9 @@
 name              "rsyncd"
 maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
 name              "rsyncd"
 maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
-license           "Apache 2.0"
+license           "Apache-2.0"
 description       "Configures rsyncd"
 description       "Configures rsyncd"
-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"
 version           "1.0.0"
+supports          "ubuntu"
 depends           "networking"
 depends           "networking"
-
-attribute "rsyncd",
-  :display_name => "rsyncd",
-  :description => "Hash of rsyncd attributes",
-  :type => "hash"
-
-attribute "rsyncd/modules",
-  :display_name => "rsyncd",
-  :description => "Hash of rsyncd modules to configure",
-  :type => "hash"