Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

Commit e6b7b6a

Browse files
committed
Merge pull request voxpupuli#312 from matejzero/master
Typo: changed colon to =>, since colon generates error
2 parents a38f9fe + d00ced6 commit e6b7b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -780,11 +780,11 @@ NOTE: Since `v3.4.0` the syntax of this plugin has changed. Make sure to update
780780
class { 'collectd::plugin::python':
781781
modulepaths => ['/usr/share/collectd/python'],
782782
modules => {
783-
'elasticsearch': {
783+
'elasticsearch' => {
784784
'script_source' => 'puppet:///modules/myorg/elasticsearch_collectd_python.py',
785785
'config' => {'Cluster' => 'elasticsearch'},
786786
},
787-
'another-module': {
787+
'another-module' => {
788788
'config' => {'Verbose' => 'true'},
789789
}
790790
}

0 commit comments

Comments
 (0)