From: Grant Slater Date: Mon, 10 Feb 2014 21:34:36 +0000 (+0000) Subject: Add basic forum/fluxbb cookbook X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/66bb863bca75089fffd47acdb0c4db4001a70be8?ds=sidebyside Add basic forum/fluxbb cookbook --- 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"