Skip to content

Instantly share code, notes, and snippets.

@dcramer
Created March 28, 2013 18:12
Show Gist options
  • Save dcramer/5265527 to your computer and use it in GitHub Desktop.
Save dcramer/5265527 to your computer and use it in GitHub Desktop.
roles/queue.rb
roles/worker.rb
roles/web.rb
# vagrant / local (composite roles)
# runs with chef-solo
roles/development.rb
role[web]
role[queue]
role[worker]
environments/production.rb
recipe[users::sysadmins]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment