Skip to content

Commit

Permalink
Fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Thorne committed Jun 2, 2022
1 parent fdc89c4 commit ee8b678
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Puppet module providing common functionality for Octopus Energy machines.
5. Push everything to Github

## Changelog
### v1.37
- Fixed missing comma
### v1.36
- Change CW Agent logfile location
- Change dpkg.log to apt logfile
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "octoenergy-octo_base",
"version": "1.36",
"version": "1.37",
"author": "Octopus Energy",
"license": "BSD",
"summary": "Base machine functionality for Octopus Energy",
Expand Down
2 changes: 1 addition & 1 deletion templates/cloudwatch/amazon-cloudwatch-agent.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
}
]
},
"aggregation_dimensions": [["InstanceName"]]
"aggregation_dimensions": [["InstanceName"]],
"force_flush_interval" : 30
},
"logs": {
Expand Down

0 comments on commit ee8b678

Please sign in to comment.