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]
|
||||
|
||||
### Release Notes
|
||||
|
|
|
@ -68,8 +68,8 @@ type time struct {
|
|||
}
|
||||
|
||||
type version struct {
|
||||
Config_string string `yaml:"config"`
|
||||
Puppet string `yaml:"puppet"`
|
||||
ConfigString string `yaml:"config"`
|
||||
Puppet string `yaml:"puppet"`
|
||||
}
|
||||
|
||||
// SampleConfig returns sample configuration message
|
||||
|
|
Loading…
Reference in New Issue