]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/memcached/recipes/default.rb
Switch to installing prometheus exporters from a custom git repository
[chef.git] / cookbooks / memcached / recipes / default.rb
index bc24aef65ffa8a3d2e697a334bb1dbd4cc34295f..56916ec9ea253723cb35a633908ba249367ee42f 100644 (file)
@@ -46,7 +46,6 @@ end
 end
 
 prometheus_exporter "memcached" do
-  version "0.7.0"
   port 9150
   options "--memcached.address=#{node[:memcached][:ip_address]}:#{node[:memcached][:tcp_port]} --memcached.pid-file=/run/memcached/memcached.pid"
 end