]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/snmpd/metadata.rb
blogs: fix build in test
[chef.git] / cookbooks / snmpd / metadata.rb
index 58dfbb217fda4c86ad9087c77429c8258464c8d5..1d0a6177ecd3c76507c77bb15c79ea52afe64872 100644 (file)
@@ -1,18 +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"))
+
 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"