Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gennady Potapov committed Apr 10, 2019
1 parent 511f270 commit 0d324a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This cookbook installs and configures [AWS CloudWatch Agent](https://docs.aws.am

## Platform Support

* Ubuntu 14.04, 16.04
* Ubuntu 14.04, 16.04, 18.04
* Centos 6, 7
* Fedora 29
* Amazon Linux
Expand All @@ -17,7 +17,7 @@ This cookbook installs and configures [AWS CloudWatch Agent](https://docs.aws.am
Place a dependency on the aws_cloudwatch cookbook in your cookbook's metadata.rb

```
depends 'aws_cloudwatch', '~> 1.0.1'
depends 'aws_cloudwatch', '~> 1.0.2'
```

Then in a recipe:
Expand Down Expand Up @@ -118,4 +118,4 @@ aws_cloudwatch_agent 'default' do
:https_proxy => 'https://192.168.0.1',
:no_proxy => 'http://192.168.0.10'
end
```
```

0 comments on commit 0d324a1

Please sign in to comment.