lib/chef/handler/status_notifier.rb in chef-handler-status_notifier-0.4.2 vs lib/chef/handler/status_notifier.rb in chef-handler-status_notifier-0.4.3
- old
+ new
@@ -59,12 +59,12 @@
end
def slack_attachment(node_name, status, msg)
color = (status == :failed)? "#ff0000" : "#36a64f"
{
- fallback: "Opsworks status, #{msg}",
+ fallback: "Chef status, #{msg}",
color: "#{color}",
- author_name: "OpsworksBot (#{node_name})",
+ author_name: "Fai's Slave (#{node_name})",
title: "status: #{status}",
text: "#{msg}"
}
end
end