Skip to content

Commit

Permalink
Cleaning the now redundant LoadPlugin declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
txaj committed Dec 11, 2014
1 parent b671d00 commit 5ef3917
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions manifests/plugin/perl.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

collectd::plugin { 'perl':
ensure => $ensure,
globals => true,
order => $order,
content => template('collectd/plugin/perl.conf.erb')
}
Expand Down
5 changes: 0 additions & 5 deletions templates/plugin/perl.conf.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
#
<LoadPlugin perl>
Globals true
</LoadPlugin>

Include "<%= @conf_dir %>/perl/*.conf"

0 comments on commit 5ef3917

Please sign in to comment.