X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7cd3afb93c1d0faa260130d3322a7d98e3b6cf01..cd5425cc47705c852bf3b12b6c108f24c6aa0f77:/cookbooks/forum/recipes/default.rb diff --git a/cookbooks/forum/recipes/default.rb b/cookbooks/forum/recipes/default.rb index be229e75b..25de3e896 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" @@ -24,6 +24,7 @@ passwords = data_bag_item("forum", "passwords") package "php5" package "php5-cli" +package "php5-mysql" package "php-apc" apache_module "php5"