X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7cd3afb93c1d0faa260130d3322a7d98e3b6cf01..525ab3da99ed14a2bf1ec2969a8a60a43fe96af9:/cookbooks/forum/recipes/default.rb diff --git a/cookbooks/forum/recipes/default.rb b/cookbooks/forum/recipes/default.rb index be229e75b..736986388 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,12 +24,13 @@ passwords = data_bag_item("forum", "passwords") package "php5" package "php5-cli" +package "php5-mysql" package "php-apc" apache_module "php5" apache_site "default" do - action [ :disable ] + action [:disable] end apache_site "forum.openstreetmap.org" do