Skip to content

Instantly share code, notes, and snippets.

@eagsalazar
Created March 22, 2011 02:31
Show Gist options
  • Save eagsalazar/880658 to your computer and use it in GitHub Desktop.
Save eagsalazar/880658 to your computer and use it in GitHub Desktop.
cookbook_file_example: [{
directory: true,
name: "foodir",
path: "foodir",
parent_path: "",
directories: [{
name: "bardir",
path: "foodir/bardir",
count: 5
}],
files: [{
name: "barfile",
path: "foodir/barfile",
content_type: "text/ruby",
attachment_url: "",
file_size: 100000
}]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment