Skip to content

Commit

Permalink
Merge pull request #138 from myii/bug/fix-suse-map
Browse files Browse the repository at this point in the history
fix(map.jinja): fix entry for `Suse`
  • Loading branch information
myii authored Apr 16, 2019
2 parents 1fb7742 + 13b1931 commit 6ca737e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collectd/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'Suse': {
'config': '/etc/collectd.conf',
'pkg': 'collectd',
'plugindirconfig': '/etc/collectd.d',
'plugindirconfig': '/usr/lib64/collectd',
'service': 'collectd',
'TypesDB': ['/usr/share/collectd/types.db'],
'moduledirconfig': '/usr/share/collectd/modules',
Expand Down

0 comments on commit 6ca737e

Please sign in to comment.