Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.

Conversation

@salgo
Copy link

Just the changes needed this time - sorry about the oversight in the last request.

rescue Mixlib::ShellOut::ShellCommandFailed is new in 0.10.10
rescue Chef::Exceptions::ShellCommandFailed is required by 0.10.8
rescue NameError handles the missing Mixlib::ShellOut::ShellCommandFailed for 0.10.8.

rescue Mixlib::ShellOut::ShellCommandFailed is new in 0.10.10 rescue Chef::Exceptions::ShellCommandFailed is required by 0.10.8 rescue NameError handles the missing Mixlib::etc for 0.10.8.
@coderangercoderanger mentioned this pull request May 23, 2012
@gblache
Copy link

+1 This saved me.

@adepue
Copy link

+1 Saved me as well.

@jtimberman
Copy link

The rescue for 0.10.8 was resolved via COOK-1282, and is released in python cookbook v1.0.8. Thank you.

Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@salgo@gblache@adepue@jtimberman