Issue Details (XML | Word | Printable)

Key: CHEF-704
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Adam Jacob
Reporter: Adam Jacob
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Chef

Ruby block device does not have a default action

Created: 11/Nov/09 12:08 AM   Updated: 24/Nov/09 07:10 PM   Resolved: 24/Nov/09 12:04 PM
Component/s: Chef Client
Affects Version/s: None
Fix Version/s: 0.8.2


 Description  « Hide

The ruby block device does not have a default action, even though the wiki says it does.

ruby_block "foo" do
block do
...
end
end

Will not execute, but:

ruby_block "foo" do
block do
...
end
action :create
end

Will.



Sort Order: Ascending order - Click to sort in descending order
Adam Jacob added a comment - 23/Nov/09 07:24 PM

Setting this to a blocker, as we can't release 0.8.0 without it being fixed.


AJ Christensen added a comment - 24/Nov/09 12:04 PM

fujin/chef-704


Adam Jacob added a comment - 24/Nov/09 07:10 PM

Thanks, AJ.