Skip to content

Commit

Permalink
Merge pull request #672 from AtlanticDynamic/fix-readme
Browse files Browse the repository at this point in the history
Update readme example for write_json
  • Loading branch information
ghoneycutt authored Jun 20, 2017
2 parents e7dc01e + be229ed commit 5aedb8d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,13 +319,13 @@ You can also use the `sensu::write_json` defined resource type to write custom
json config files:

$contact_data = {
"support": {
"pagerduty": {
"service_key": "r3FPuDvNOTEDyQYCc7trBkymIFcy2NkE"
'support' => {
'pagerduty' => {
'service_key' => 'r3FPuDvNOTEDyQYCc7trBkymIFcy2NkE',
},
"slack": {
"channel": "#support",
"username": "sensu"
'slack' => {
'channel' => '#support',
'username' => 'sensu',
}
}
}
Expand Down

0 comments on commit 5aedb8d

Please sign in to comment.