]> git.openstreetmap.org Git - chef.git/blob - cookbooks/rsyncd/metadata.rb
Disable mptsas status reporting for now
[chef.git] / cookbooks / rsyncd / metadata.rb
1 maintainer        "OpenStreetMap Administrators"
2 maintainer_email  "admins@openstreetmap.org"
3 license           "Apache 2.0"
4 description       "Configures rsyncd"
5 long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
6 version           "1.0.0"
7 depends           "networking"
8
9 attribute "rsyncd",
10   :display_name => "rsyncd",
11   :description => "Hash of rsyncd attributes",
12   :type => "hash"
13
14 attribute "rsyncd/modules",
15   :display_name => "rsyncd",
16   :description => "Hash of rsyncd modules to configure",
17   :type => "hash"