X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/19aeb7bfffb852ab8be005c004b1ef8e555a5b77..e5f294d3dc676675b2803915571c28337468c3b3:/cookbooks/memcached/recipes/default.rb diff --git a/cookbooks/memcached/recipes/default.rb b/cookbooks/memcached/recipes/default.rb index 7186626c0..93cbde312 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 "munin.erb" + template_source "munin.erb" end %w[bytes commands conns evictions items memory].each do |stat|