variables new_resource.conf_variables
end
- updated = updated || c.updated_by_last_action?
+ updated ||= c.updated_by_last_action?
end
new_resource.updated_by_last_action(updated)
action :delete
end
- updated = updated || c.updated_by_last_action?
+ updated ||= c.updated_by_last_action?
end
new_resource.updated_by_last_action(updated)
"/usr/local/share/munin/plugins/#{target}"
when ::File.exist?("/usr/share/munin/plugins/#{target}")
"/usr/share/munin/plugins/#{target}"
- else
- nil
end
end