-
Notifications
You must be signed in to change notification settings - Fork 0
Home
John Glowacki edited this page Dec 12, 2018
·
4 revisions
Welcome to the hello-world wiki!
Rundeck
${job.name} - ${notification.eventStatus} - ${execution.succeededNodeListString}
${job.name} - ${notification.eventStatus} - ${execution.failedNodeListString}
Chef
file "/etc/whatever.conf" do
content IO.read("/etc/whatever.conf").gsub(/^STUFF=/, "STUFF=things")
end