fixed casing and Changelog
This commit is contained in:
parent
83fc22f05e
commit
8ab0743a9b
|
@ -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]
|
## v1.1 [unreleased]
|
||||||
|
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|
|
@ -68,7 +68,7 @@ type time struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type version struct {
|
type version struct {
|
||||||
Config_string string `yaml:"config"`
|
ConfigString string `yaml:"config"`
|
||||||
Puppet string `yaml:"puppet"`
|
Puppet string `yaml:"puppet"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue