Skip to content

Instantly share code, notes, and snippets.

@ymek
Created February 9, 2011 16:34
Show Gist options
  • Save ymek/818766 to your computer and use it in GitHub Desktop.
Save ymek/818766 to your computer and use it in GitHub Desktop.
root@RHL037:~# yum info mongo-stable
Installed Packages
Name : mongo-stable
Arch : x86_64
Version : 20110131
Release : mongodb_1
Size : 50 M
Repo : installed
ymek@zedd ~/tmp/logs $ knife role show front_end_nodes
{
"name": "front_end_nodes",
"description": "All FENs",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"recipe[security_mon::default]",
"recipe[mongo::client]"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment