X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/60b19818712842f23e5039de2202f7ee45dbb614..8eb585a28a2fbb1a1ad7789d6873aa8d922244ef:/cookbooks/php/recipes/default.rb diff --git a/cookbooks/php/recipes/default.rb b/cookbooks/php/recipes/default.rb index b5962dd9f..3164006a4 100644 --- a/cookbooks/php/recipes/default.rb +++ b/cookbooks/php/recipes/default.rb @@ -17,4 +17,7 @@ # limitations under the License. # -package "php" +package %W[ + php + php#{node[:php][:version]}-fpm +]