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)