From: Grant Slater Date: Mon, 10 Feb 2014 21:40:59 +0000 (+0000) Subject: forum: fix depends X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/f1d53774f16d3ac9956520d407a1a8488df201fe?ds=sidebyside forum: fix depends --- diff --git a/cookbooks/forum/metadata.rb b/cookbooks/forum/metadata.rb index 56a5a98f3..5e4be143f 100644 --- a/cookbooks/forum/metadata.rb +++ b/cookbooks/forum/metadata.rb @@ -6,3 +6,4 @@ description "Installs and configures a roundup server" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version "1.0.0" depends "apache" +depends "mysql"