Issue Details (XML | Word | Printable)

Key: CHEF-499
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: didip kerabat
Votes: 0
Watchers: 0
Operations

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

different prefix: '/' and '.' bug

Created: 17/Aug/09 11:47 PM   Updated: 17/Aug/09 11:47 PM
Component/s: Chef Solo
Affects Version/s: 0.7.8
Fix Version/s: None

Environment:

Ubuntu 9.04



 Description  « Hide

problem
-----------

chef-solo failed when trying to run 'template' resource.

Debug log can be found here: http://gist.github.com/169434

Recipe can be found here: http://gist.github.com/169437

fixed
------

What I did:

Inside solo.rb, I had these 2 lines:

file_store_path File.join(File.dirname(_FILE_), '..')
file_cache_path File.join(File.dirname(_FILE_), '..')

Commenting these 2 fixed my problem.



Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.