chef-ark icon indicating copy to clipboard operation
chef-ark copied to clipboard

actions should take argument to specify 'creates'

Open miah opened this issue 12 years ago • 0 comments

autogen, configure, build_with_make, install_with_make, etc should take a argument that specifies what the command will create. The configure action does this already, but its limited to a single hardcoded entry. Some software may create the Makefiles themselves, and we do want to verify that the commands have installed the software appropriate.

Fixing this problem should help make this cookbook more idempotent.

miah avatar Aug 17 '12 04:08 miah