Skip to content

Instantly share code, notes, and snippets.

@aguynamedben
Created April 7, 2010 21:51
Show Gist options
  • Save aguynamedben/359509 to your computer and use it in GitHub Desktop.
Save aguynamedben/359509 to your computer and use it in GitHub Desktop.
root@domU-12-31-39-07-CD-E1:~/chef# knife ec2 instance data role[emacs_server] role[chef_client]
{
"attributes": {
"run_list": [
"roles",
"role[chef_client]"
]
},
"validation_key": "-----BEGIN RSA PRIVATE KEY-
....
@aguynamedben
Copy link
Author

root@domU-12-31-39-07-CD-E1:~/chef# knife ec2 instance data "role[emacs_server]" "role[chef_client]"
{
"attributes": {
"run_list": [
"role[emacs_server]",
"role[chef_client]"
]
},
"validation_key": "-----BEGIN R

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment