Skip to content

Instantly share code, notes, and snippets.

@senilegenius
Created May 30, 2012 01:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save senilegenius/2832357 to your computer and use it in GitHub Desktop.
Save senilegenius/2832357 to your computer and use it in GitHub Desktop.
{
"name": "base",
"default_attributes": {
},
"json_class": "Chef::Role",
"env_run_lists": {
},
"run_list": [
"recipe[user-mgmt]",
"recipe[chef-client]",
"recipe[ntp]",
"recipe[getting-started]"
],
"description": "",
"chef_type": "role",
"override_attributes": {
"yum": {
"exclude": "kernel*",
"installonlypkgs": {
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment