fixed casing and Changelog

This commit is contained in:
Frank Stutz 2016-10-20 09:44:00 -07:00
parent 83fc22f05e
commit 8ab0743a9b
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
## v1.2 [unreleased]
### Bugfixes
- [#1917](https://github.com/influxdata/telegraf/pull/1917): fix puppetagent inputs plugin to support string for config variable.
## v1.1 [unreleased]
### Release Notes

View File

@ -68,7 +68,7 @@ type time struct {
}
type version struct {
Config_string string `yaml:"config"`
ConfigString string `yaml:"config"`
Puppet string `yaml:"puppet"`
}