Skip to content

Instantly share code, notes, and snippets.

@nicholas
Created August 31, 2013 22:41
Show Gist options
  • Save nicholas/6401107 to your computer and use it in GitHub Desktop.
Save nicholas/6401107 to your computer and use it in GitHub Desktop.
Example Cheffile
# -*- mode: ruby -*-
# vi: set ft=ruby :
site 'http://community.opscode.com/api/v1'
cookbook 'apt'
cookbook 'build-essential'
cookbook 'git'
cookbook 'postgresql'
cookbook 'ruby_build'
cookbook 'imagemagick'
cookbook 'rbenv',
git: 'https://github.com/fnichol/chef-rbenv.git'
cookbook 'nodejs',
git: 'https://github.com/mdxp/nodejs-cookbook.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment