]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/rsyncd/metadata.rb
Enable mod_headers everywhere as we use it for HSTS support
[chef.git] / cookbooks / rsyncd / metadata.rb
index 0aeda0cf1d4a610d740f7fe34bda8a73ea365f36..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"
 long_description  IO.read(File.join(File.dirname(__FILE__), "README.md"))
 version           "1.0.0"
 description       "Configures rsyncd"
 long_description  IO.read(File.join(File.dirname(__FILE__), "README.md"))
 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"