Skip to content

Commit

Permalink
Revert "Fix check errors (single newline)"
Browse files Browse the repository at this point in the history
This reverts commit 9f098b8.
It is only indirectly connected with the SendQueueLength patch.
  • Loading branch information
mrunge committed Jul 31, 2020
1 parent 9f098b8 commit 0b6a991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/plugins/ceph.pp
Expand Up @@ -4,3 +4,4 @@
osds => [ 'osd.0', 'osd.1', 'osd.2'],
}


4 changes: 2 additions & 2 deletions examples/plugins/filecount.pp
Expand Up @@ -7,11 +7,11 @@
},
}

collectd::plugin::filecount::directory { 'foodir':
collectd::plugin::filecount::directory {'foodir':
path => '/path/to/dir',
}

collectd::plugin::filecount::directory { 'aborted-uploads':
collectd::plugin::filecount::directory {'aborted-uploads':
path => '/var/spool/foo/upload',
pattern => '.part.*',
mtime => '5m',
Expand Down

0 comments on commit 0b6a991

Please sign in to comment.