Skip to content

Instantly share code, notes, and snippets.

@zzondlo
zzondlo / Cheffile
Created April 7, 2012 14:48 — forked from DanThiffault/Cheffile
Rails lastmile example
#!/usr/bin/env ruby
#^syntax detection
site 'http://community.opscode.com/api/v1'
cookbook 'ruby_build',
@zzondlo
zzondlo / _ubuntu-10.04-standalone.sh
Created April 7, 2012 14:49 — forked from fnichol/_ubuntu-10.04-standalone.sh
Chef bootstrap template for Ubuntu 10.04 LTS
### Ensure variables are declared
[[ -z "$RUBY_VERSION" ]] && printf ">>> RUBY_VERSION must be set.\n" && exit 10
[[ -z "$RUBY_HOME" ]] && printf ">>> RUBY_HOME must be set.\n" && exit 11
### Install Packages
set -x