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

Changes to ensure cookbook works in both 0.10.8 and 0.10.10#11

Closed
salgo wants to merge 1 commit into
poise:masterfrom
salgo:master
Closed

Changes to ensure cookbook works in both 0.10.8 and 0.10.10#11
salgo wants to merge 1 commit into
poise:masterfrom
salgo:master

Conversation

@salgo
Copy link
Copy Markdown

@salgo salgo commented May 23, 2012

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.
@coderanger coderanger mentioned this pull request May 23, 2012
@gblache
Copy link
Copy Markdown

gblache commented Jun 19, 2012

+1 This saved me.

@adepue
Copy link
Copy Markdown

adepue commented Jun 19, 2012

+1 Saved me as well.

@jtimberman
Copy link
Copy Markdown

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

@jtimberman jtimberman closed this Aug 3, 2012
Sign up for free to 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