Created
November 19, 2016 15:28
-
-
Save vignesh-v3/409f80741272284fef3327abcb04b79e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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