X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0550f542fdad6aa68fe6afb032587b9a635c0870..43579f6444232b183805cfba96dcac36332c81f2:/cookbooks/snmpd/metadata.rb diff --git a/cookbooks/snmpd/metadata.rb b/cookbooks/snmpd/metadata.rb new file mode 100644 index 000000000..f5bcb2e5f --- /dev/null +++ b/cookbooks/snmpd/metadata.rb @@ -0,0 +1,17 @@ +maintainer "OpenStreetMap Administrators" +maintainer_email "admins@openstreetmap.org" +license "Apache 2.0" +description "Configures snmpd" +long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) +version "1.0.0" +depends "networking" + +attribute "snmpd", + :display_name => "snmpd", + :description => "Hash of snmpd attributes", + :type => "hash" + +attribute "snmpd/clients", + :display_name => "snmpd", + :description => "Array of addresses allowed to query snmpd", + :type => "array"