cookbook-php-fpm
cookbook-php-fpm copied to clipboard
Installs/Configures php-fpm
``` ================================================================================ Error executing action `enable` on resource 'service[php-fpm]' ================================================================================ Mixlib::ShellOut::ShellCommandFailed ------------------------------------ Expected process to exit with [0], but received '1' ---- Begin output of /usr/sbin/update-rc.d -n -f php7.2-fpm remove...
Added amazon as alternative to rhel and fedora for platform family evaluation. Check ohai output when running Amazon linux. Fixes #106
Can you please release the last changes to the chef-supermarket. For now the official cookbook does not work with ubuntu18.04.
In attributes default.rb 'amazon' is not listed as platform_family option. This should be included as an alternative of 'rhel' or 'fedora' in order to properly define other attributes that are...
After installing php70-fpm in CentOS 7, I realized that the default name for the service is not 'php-fpm' but 'php-fpm-7.0'. With that in mind, the 'notifies' sentences in php-fpm/definitions/php_fpm_pool.rb:26 causes...
"Development" section of readme file need be updated as per recent switch to "Chef Development Kit" (PR #102)
When running `chef exec rspec` I get the following output: ``` $ chef exec rspec F Failures: 1) TestPhpFpmCookbook::default When all attributes are default, on an Ubuntu 16.04 converges successfully...
STDOUT: Could not retrieve mirrorlist http://rpms.famillecollet.com/enterprise/latest/remi/mirror error was 14: PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found" STDERR: http://rpms.famillecollet.com/enterprise/latest/remi/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The...