You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ark resource to install some binaries then use them later in the recipe. Unfortunately, it seems the unpack action is only notified so it only occurs at the end of the chef run.
Is there a way to force ark to unzip right after the download ? Or should i add test to my recipe, checking binaries existancy and run the recipe twice (one run to install and one run to execute) ?
# install myappark'myapp'dourl'http://myapp.app/myapp.zip'end# using myapp, will fail as app.js is not unpacked allready.bash'using my app'code<<-EOH myapp EOHend
The text was updated successfully, but these errors were encountered:
This shouldn't be the case but given the age and lack of detail (chef-client, cookbook versions) we're closing this one but do please open a new issue if this issue still exists.
Hello,
I am using ark resource to install some binaries then use them later in the recipe. Unfortunately, it seems the unpack action is only notified so it only occurs at the end of the chef run.
Is there a way to force ark to unzip right after the download ? Or should i add test to my recipe, checking binaries existancy and run the recipe twice (one run to install and one run to execute) ?
I suppose this is related to the #100 somehow.
example :
The text was updated successfully, but these errors were encountered: