]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/php/recipes/default.rb
Install php-fpm whenever we install php
[chef.git] / cookbooks / php / recipes / default.rb
index b5962dd9fe0599e913e7316d802b1b2c3dfad199..3164006a42d4eac19bd1f03481e3ff637bf68204 100644 (file)
@@ -17,4 +17,7 @@
 # limitations under the License.
 #
 
-package "php"
+package %W[
+  php
+  php#{node[:php][:version]}-fpm
+]