]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/prometheus/resources/exporter.rb
Fix typo
[chef.git] / cookbooks / prometheus / resources / exporter.rb
index e740ac79ec2ecf281bedc36e733d31bfeefab475..8dd9288464751f94ddc54e24cb7f970bcc4d0ae3 100644 (file)
@@ -22,6 +22,7 @@ default_action :create
 property :exporter, :kind_of => String, :name_property => true
 property :port, :kind_of => Integer, :required => [:create]
 property :listen_switch, :kind_of => String, :default => "web.listen-address"
+property :exporter_options, :kind_of => [String, Array]
 property :package, :kind_of => String
 property :package_options, :kind_of => String
 property :defaults, :kind_of => String