Skip to content
This repository was archived by the owner on Dec 31, 2021. It is now read-only.

Commit 8073564

Browse files
committed
Merge pull request #2 from sciurus/master
Install perl dependencies of collectd_web
2 parents c18eb0c + c906b23 commit 8073564

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

recipes/collectd_web.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
include_recipe "collectd"
2121
include_recipe "apache2"
2222

23+
%w(libhtml-parser-perl liburi-perl librrds-perl libjson-perl).each do |name|
24+
package name
25+
end
26+
2327
directory node[:collectd][:collectd_web][:path] do
2428
owner "root"
2529
group "root"

0 commit comments

Comments
 (0)