From 168f7ba7c89d05201ea8e38a6b691e69557cd59d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 18 May 2020 19:00:48 +0100 Subject: [PATCH] Configure FPM on dev --- cookbooks/dev/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/dev/recipes/default.rb b/cookbooks/dev/recipes/default.rb index c3d70504c..35b0d83ae 100644 --- a/cookbooks/dev/recipes/default.rb +++ b/cookbooks/dev/recipes/default.rb @@ -28,7 +28,7 @@ include_recipe "memcached" include_recipe "munin" include_recipe "mysql" include_recipe "nodejs" -include_recipe "php" +include_recipe "php::fpm" include_recipe "postgresql" include_recipe "python" -- 2.39.5