Skip to content

Instantly share code, notes, and snippets.

@thommay
Created November 24, 2011 16:05
Show Gist options
  • Select an option

  • Save thommay/1391690 to your computer and use it in GitHub Desktop.

Select an option

Save thommay/1391690 to your computer and use it in GitHub Desktop.
node = Spice::Node.show(name: n)
node["run_list"] += ["recipe[#{name}]"]
Spice::Node.update({name: n}.merge(node))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment