Skip to content

Instantly share code, notes, and snippets.

@lusis
Created July 21, 2011 02:00
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 lusis/1096356 to your computer and use it in GitHub Desktop.
Save lusis/1096356 to your computer and use it in GitHub Desktop.
knife node edit stagingutil
1 {
2 "normal": {
"myapp": {
"myattr":"node specific value"
},
3 "tags": [
4
5 ]
6 },
7 "name": "stagingutil",
8 "chef_environment": "QA",
9 "run_list": [
10 "role[magnet-host]"
11 ]
12 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment