How to move/copy files locally with Chef

前端 未结 8 1501
感情败类
感情败类 2020-12-02 12:07

I haven\'t yet come across a Chef resource that will copy/move files locally. For example, I want to download jetty hightide and unzip it. Once done, copy all the files into

8条回答
  •  醉话见心
    2020-12-02 12:56

    You could give the ark cookbook a try. This extracts the file for you and you afterwards notice an execute resource.

提交回复
热议问题