Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: php
-
Labels:None
Description
Eg.
php_pear_channel "pear.symfony-project.com" do
action :discover
end
...fails because in the exists, "channel-info" is used and a Mixlib::ShellOut::ShellCommandFailed is thrown in Chef 0.10.10.
rescue Chef::Exceptions::ShellCommandFailed is required by 0.10.8
rescue Mixlib::ShellOut::ShellCommandFailed is new in 0.10.10
rescue NameError handles the missing Mixlib::ShellOut::ShellCommandFailed for 0.10.8
Issue Links
- relates to
-
COOK-1282
Python pip provider rescues incorrect error.
-
I have the same trouble. Applying this pull request solves it for me: https://github.com/opscode-cookbooks/php/pull/5