Skip to content

Instantly share code, notes, and snippets.

@manoot
Created November 10, 2010 17:19
Show Gist options
  • Save manoot/671160 to your computer and use it in GitHub Desktop.
Save manoot/671160 to your computer and use it in GitHub Desktop.
[root@chef cookbooks]# knife node run_list add chef.millicorp.com recipe[vm-creation::default]
{
"run_list": [
"recipe[vm-creation::default]"
]
}
[root@chef cookbooks]# knife search node recipe:vm-creation
{
"total": 0,
"start": 0,
"rows": [
]
}
[root@chef cookbooks]# knife node show chef.millicorp.com -r
{
"run_list": [
"recipe[vm-creation::default]"
]
}
[root@chef cookbooks]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment