Skip to content

Commit

Permalink
doc update for #105
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman committed Mar 21, 2014
1 parent 626e57f commit b224512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Changes

# 1.2.0 / Unreleased

* [FEATURE] Add `sock` parameter to MySQL check configuration, [#105][] [@thisismana][]
* [FEATURE] Add more parameters to the haproxy templte to collect status metrics, [#103][] [@evan2645][] & [@miketheman][]
* [FEATURE] `datadog::mongo` recipe now installs `pymongo` and prerequisites, [#81][] [@dwradcliffe][]
* [FEATURE] Allow attribute control over whether to allow the local Agent to handle non-local traffic, [#100][] [@coosh][]
Expand Down Expand Up @@ -173,6 +174,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[#100]: https://github.com/DataDog/chef-datadog/issues/100
[#101]: https://github.com/DataDog/chef-datadog/issues/101
[#103]: https://github.com/DataDog/chef-datadog/issues/103
[#105]: https://github.com/DataDog/chef-datadog/issues/105
[@JoeDeVries]: https://github.com/JoeDeVries
[@alexism]: https://github.com/alexism
[@alq]: https://github.com/alq
Expand All @@ -195,4 +197,5 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[@remh]: https://github.com/remh
[@ryandjurovich]: https://github.com/ryandjurovich
[@schisamo]: https://github.com/schisamo
[@thisismana]: https://github.com/thisismana
[@timusg]: https://github.com/timusg
2 changes: 1 addition & 1 deletion recipes/mysql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# 'server' => "localhost",
# 'user' => "my_username",
# 'pass' => "my_password",
# 'sock" => "/path/to/mysql.sock",
# 'sock' => "/path/to/mysql.sock",
# 'tags' => ["prod"],
# 'options' => [
# "replication: 0",
Expand Down

0 comments on commit b224512

Please sign in to comment.