default_action :create
-property :plugin, :kind_of => String, :name_attribute => true
+property :plugin, :kind_of => String, :name_property => true
property :target, :kind_of => String
property :conf, :kind_of => String
property :conf_cookbook, :kind_of => String
to target_path
end
- if new_resource.conf # ~FC023
+ if new_resource.conf
munin_plugin_conf new_resource.plugin do
cookbook new_resource.conf_cookbook
template new_resource.conf
action :delete
end
- if new_resource.conf # ~FC023
+ if new_resource.conf
munin_plugin_conf new_resource.plugin do
action :delete
restart_munin false