Skip to content

Commit

Permalink
Fixed a bug in the maatkit recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
msonnabaum committed Dec 7, 2011
1 parent f057dcc commit d5bd177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/maatkit/recipes/default.rb
@@ -1,10 +1,10 @@
# Cookbook Name:: varnish
# Cookbook Name:: maatkit
# Recipe:: default


#sudo -H cpan DBI::DBD DBD::mysql
bash "install DBD::mysql" do
"sudo perl -MCPAN -e 'install Bundle::DBD::mysql'"
not_if "/usr/bin/env perl -e 'use DBD::mysql'"
end

package "maatkit"

0 comments on commit d5bd177

Please sign in to comment.