Skip to content

Instantly share code, notes, and snippets.

@lastcanal
Created April 15, 2013 15:47
Show Gist options
  • Save lastcanal/5389073 to your computer and use it in GitHub Desktop.
Save lastcanal/5389073 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
#^syntax detection
site 'http://community.opscode.com/api/v1'
cookbook 'ntp'
cookbook 'timezone', '0.0.1'
cookbook "monit",
:github => "apsoto/monit"
cookbook "git",
:github => "opscode-cookbooks/git"
cookbook "screen",
:github => "opscode-cookbooks/screen"
cookbook "erlang",
:github => "opscode-cookbooks/erlang"
cookbook "nginx",
:github => "opscode-cookbooks/nginx"
cookbook "zsh",
:github => "opscode-cookbooks/zsh"
cookbook "haproxy",
:github => "opscode-cookbooks/haproxy"
cookbook "rsync",
:github => "opscode-cookbooks/rsync"
cookbook "vim",
:github => "opscode-cookbooks/vim"
cookbook "gems",
:github => "opscode-cookbooks/gems"
cookbook "redisio",
:github => "brianbianco/redisio"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment