Skip to content

Instantly share code, notes, and snippets.

@vignesh-v3
Created November 19, 2016 15:28
Show Gist options
  • Save vignesh-v3/409f80741272284fef3327abcb04b79e to your computer and use it in GitHub Desktop.
Save vignesh-v3/409f80741272284fef3327abcb04b79e to your computer and use it in GitHub Desktop.
C:\chef-repo>knife node run_list add room_linuxbox -b 'recipe[apt]' 'recipe[apac
he]'
room_linuxbox:
run_list:
recipe[apache]
recipe[apt]
C:\chef-repo>knife node run_list add room_linuxbox -a 'recipe[apt]' 'recipe[apac
he]'
room_linuxbox:
run_list:
recipe[apache]
recipe[apt]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment