Skip to content

Instantly share code, notes, and snippets.

@bscott
Created November 19, 2013 20:58
Show Gist options
  • Select an option

  • Save bscott/7552457 to your computer and use it in GitHub Desktop.

Select an option

Save bscott/7552457 to your computer and use it in GitHub Desktop.
Ridley
ridley.data_bag.find("listsvc").find("DEV"){ |dbi| dbi["0"]["deploy"] = true; dbi.save }
data_bag = ridley.data_bag.find("listsvc")
data_bag_item = data_bag.item.find("DEV")
data_bag_item["0"]["deploy"] = true
data_bag_item.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment