Skip to content

Instantly share code, notes, and snippets.

@jcderose
Last active August 29, 2015 14:25
Show Gist options
  • Save jcderose/1f054f7714571c25d7b1 to your computer and use it in GitHub Desktop.
Save jcderose/1f054f7714571c25d7b1 to your computer and use it in GitHub Desktop.
Berksfile
source "https://supermarket.chef.io"
cookbook 'opsworks_initial_setup', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'opsworks_initial_setup'
cookbook 'ssh_host_keys', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'ssh_host_keys'
cookbook 'ssh_users', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'ssh_users'
cookbook 'mysql', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'mysql'
cookbook 'dependencies', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'dependencies'
cookbook 'ebs', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'ebs'
cookbook 'opsworks_ganglia', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'opsworks_ganglia'
cookbook 'agent_version', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'agent_version'
cookbook 'deploy', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'deploy'
cookbook 'opsworks_shutdown', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'opsworks_shutdown'
cookbook 'opsworks_commons', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'opsworks_commons'
cookbook 'gem_support', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'gem_support'
cookbook 'opsworks_nodejs', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'opsworks_nodejs'
cookbook 'scm_helper', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'scm_helper'
cookbook 'mod_php5_apache2', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'mod_php5_apache2'
cookbook 'opsworks_agent_monit', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'opsworks_agent_monit'
cookbook 'opsworks_java', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'opsworks_java'
cookbook 'opsworks_aws_flow_ruby', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'opsworks_aws_flow_ruby'
cookbook 'apache2', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'apache2'
cookbook 'haproxy', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'haproxy'
cookbook 'memcached', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'memcached'
cookbook 'nginx', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'nginx'
cookbook 'opsworks_berkshelf', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'opsworks_berkshelf'
cookbook 'opsworks_bundler', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'opsworks_bundler'
cookbook 'opsworks_cleanup', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'opsworks_cleanup'
cookbook 'opsworks_custom_cookbooks', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'opsworks_custom_cookbooks'
cookbook 'opsworks_rubygems', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'opsworks_rubygems'
cookbook 'opsworks_stack_state_sync', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'opsworks_stack_state_sync'
cookbook 'packages', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'packages'
cookbook 'passenger_apache2', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'passenger_apache2'
cookbook 'php', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'php'
cookbook 'rails', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'rails'
cookbook 'ruby', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'ruby'
cookbook 'test_suite', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'test_suite'
cookbook 'unicorn', git: "https://github.com/aws/opsworks-cookbooks.git", branch: "release-chef-11.10", rel: 'unicorn'
cookbook 'aws', '~> 2.7.2'
cookbook 'setup-ebs-encryption', path: 'setup-ebs-encryption'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment