diff --git a/recipes/php.rb b/recipes/php.rb new file mode 100644 index 0000000..ebb0e80 --- /dev/null +++ b/recipes/php.rb @@ -0,0 +1,6 @@ +[ + 'php', + 'libapache2-mod-php', +].each do |pkg| + apt_package pkg +end