Skip to content

Instantly share code, notes, and snippets.

@schisamo
Forked from mattray/test2.json
Created August 31, 2011 01:38
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 schisamo/1182615 to your computer and use it in GitHub Desktop.
Save schisamo/1182615 to your computer and use it in GitHub Desktop.
{
"name": "test2",
"default_attributes": {
"firewall": {
"rules": [
{
"25": { "port": "25", "protocol": "tcp" }
}
]
}
},
"json_class": "Chef::Role",
"env_run_lists": {
},
"run_list": [
"recipe[test2]"
],
"description": "test2",
"chef_type": "role",
"override_attributes": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment