Need help on chef pipeline setup
Hi All,
I'm newbie to CHEF DEVOPS automation tool .I have just followed tutorial of CHEF and I have setup Virtual Box - Vagrant -Kitchen CI -GIT
I have written CHEF cookbook recipe.But we have different environment DEV,PROD,DR .
Each environment patching on week interval .Does anyone have any insight how can i define a recipe to run on Dev Server alone .
package 'https' do
version 'VERSIONNUMBER'
action :update
end
|