]> git.openstreetmap.org Git - chef.git/blob - cookbooks/snmpd/metadata.rb
Apply fail2ban to wordpress
[chef.git] / cookbooks / snmpd / metadata.rb
1 maintainer        "OpenStreetMap Administrators"
2 maintainer_email  "admins@openstreetmap.org"
3 license           "Apache 2.0"
4 description       "Configures snmpd"
5 long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
6 version           "1.0.0"
7 depends           "networking"
8
9 attribute "snmpd",
10   :display_name => "snmpd",
11   :description => "Hash of snmpd attributes",
12   :type => "hash"
13
14 attribute "snmpd/clients",
15   :display_name => "snmpd",
16   :description => "Array of addresses allowed to query snmpd",
17   :type => "array"