Skip to content

Commit

Permalink
Fix for environments without perl-Monitoring-Plugin package.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Dec 9, 2016
1 parent 8c86cb9 commit 07fb328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license "All rights reserved"
description "Installs/Configures opsview"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
version "0.1.0"
version "0.1.1"

depends "acl"
depends "apache2"
Expand Down
2 changes: 1 addition & 1 deletion recipes/check_writable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
include_recipe "yum-epel"

package "perl-ExtUtils-MakeMaker"
package "perl-Monitoring-Plugin"
cpan_module "Monitoring::Plugin"
cpan_module "Data::Random"
cpan_module "Module::Install" do
# cpan_module's default check to see if the module is installed doesn't
Expand Down

0 comments on commit 07fb328

Please sign in to comment.