X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/60b19818712842f23e5039de2202f7ee45dbb614..3f5db81b561764ab48ff6f8f3cd9846b59a76d5a:/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 +]