Skip to content

Instantly share code, notes, and snippets.

@cschneid
Created July 28, 2014 17:18
Show Gist options
  • Save cschneid/b3e0e7af58de36301175 to your computer and use it in GitHub Desktop.
Save cschneid/b3e0e7af58de36301175 to your computer and use it in GitHub Desktop.
source "http://api.berkshelf.com"
cookbook 'apt'
cookbook 'build-essential'
cookbook 'timezone'
cookbook 'application'
cookbook 'logrotate'
cookbook 'kafka', :git => "https://github.com/mthssdrbrg/kafka-cookbook.git"
cookbook 'ts', '~> 0.1.0', :git => 'https://github.com/thinkerbot/chef-ts', :ref => 'master'
cookbook 'postgresql'
cookbook 'database'
# "The man who can keep a secret may be wise, but he is not half as wise as the
# man with no secrets to keep." - E. W. Howe
cookbook 'chef-vault'
@cschneid
Copy link
Author

Solved!

11:25 patbyrne: cschneid: try changing to use https://api.berkshelf.com instead of http

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment