diff --git a/metadata.rb b/metadata.rb index 912817f..ae4189d 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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" diff --git a/recipes/check_writable.rb b/recipes/check_writable.rb index daed5b1..3e79a43 100644 --- a/recipes/check_writable.rb +++ b/recipes/check_writable.rb @@ -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