]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/munin/resources/plugin.rb
Use declare_resource to avoid need for template_source wart
[chef.git] / cookbooks / munin / resources / plugin.rb
index 876468f4d0ae4039e19ca7787f14a8b21c2695bf..9a3c07c42d3e69b2ff285a17367b2917c2f2b846 100644 (file)
@@ -40,7 +40,7 @@ action :create do
   if new_resource.conf # ~FC023
     munin_plugin_conf new_resource.plugin do
       cookbook new_resource.conf_cookbook
-      template_source new_resource.conf
+      template new_resource.conf
       variables new_resource.conf_variables
       restart_munin false
     end