]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/rsyncd/metadata.rb
Add a load more cookbooks
[chef.git] / cookbooks / rsyncd / metadata.rb
diff --git a/cookbooks/rsyncd/metadata.rb b/cookbooks/rsyncd/metadata.rb
new file mode 100644 (file)
index 0000000..790d946
--- /dev/null
@@ -0,0 +1,17 @@
+maintainer        "OpenStreetMap Administrators"
+maintainer_email  "admins@openstreetmap.org"
+license           "Apache 2.0"
+description       "Configures rsyncd"
+long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
+version           "1.0.0"
+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"