I have 2 cookbook titles like mycookbook and version 0.1.0 and 0.1.1 on the chef's server. Now I want to use only mycookbook version 0.1.1 cookbook using chef-client. How to do it?
Found an answer with some punch and try
executed the following command
chef-client -o "recipe[ mycookbook@0.1.1 ]"
This will call mycookbook version 0.1.1 What is it !!!
Source: https://habr.com/ru/post/982192/More articles:How to fix file format and extension do not match? - c #Problem installing AEM 6 - aemHandwriting erosion in MATLAB - image-processingHow to reduce 4096-dimensional vector of function to 1024-dimensional vector in CNN Caffemodel? - deep-learningHow to determine the real number in agda? - dependent-typeCould not install Python 2.7.9 on Google computer instance for calculation - python-2.7How to declare and define a pure function in gcc? - c ++How to install PostgreSQL on OSX Yosemite using MacPorts - postgresqlAndroid NFC reads ISO15693 RFID Tag - androidConnection error while reading Android NfcV tags - androidAll Articles