]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/snmpd/metadata.rb
Use packages libosmium and protozero on taginfo server.
[chef.git] / cookbooks / snmpd / metadata.rb
index f5bcb2e5f97ac5e9a38f629929b23c98a86d507b..95cde5e9782d4beb031050d72720e4fe6e517e2a 100644 (file)
@@ -1,17 +1,9 @@
+name              "snmpd"
 maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
-license           "Apache 2.0"
+license           "Apache-2.0"
 description       "Configures snmpd"
-long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
+long_description  IO.read(File.join(File.dirname(__FILE__), "README.md"))
 version           "1.0.0"
+supports          "ubuntu"
 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"