Skip to content
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
Clone this wiki locally