X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/60b19818712842f23e5039de2202f7ee45dbb614..762b2e27166e340aa6ca28cb9e53ec95ecd83033:/cookbooks/php/recipes/default.rb?ds=sidebyside 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 +]