X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b07ff42db7a14a660ce257352804efc2adf323ea..03b7d5e985a34d01dccfd03dc11488015e97f7df:/cookbooks/memcached/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/memcached/recipes/default.rb b/cookbooks/memcached/recipes/default.rb index 93cbde312..7186626c0 100644 --- a/cookbooks/memcached/recipes/default.rb +++ b/cookbooks/memcached/recipes/default.rb @@ -33,7 +33,7 @@ template "/etc/memcached.conf" do end munin_plugin_conf "memcached_multi" do - template_source "munin.erb" + template "munin.erb" end %w[bytes commands conns evictions items memory].each do |stat|