From 66bb863bca75089fffd47acdb0c4db4001a70be8 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 10 Feb 2014 21:34:36 +0000 Subject: [PATCH] Add basic forum/fluxbb cookbook --- cookbooks/forum/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/forum/recipes/default.rb b/cookbooks/forum/recipes/default.rb index be229e75b..355f1379f 100644 --- a/cookbooks/forum/recipes/default.rb +++ b/cookbooks/forum/recipes/default.rb @@ -16,7 +16,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -include_recipe "apache:ssl" +include_recipe "apache::ssl" include_recipe "git" include_recipe "mysql" -- 2.43.2