Created
November 27, 2013 15:44
-
-
Save thom-nic/7677847 to your computer and use it in GitHub Desktop.
Odd failures from Berkshelf on OSX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
site :opscode | |
cookbook 'git', '~> 2.3.0' | |
cookbook 'zsh', '~> 1.0.0' | |
cookbook 'node', '~> 1.0.1' | |
cookbook 'nginx', '~> 2.0.4' | |
cookbook 'redisio', '~> 1.4.1' | |
cookbook 'mongodb', '~> 0.13.7' | |
cookbook 'cloudwatch-monitoring', '~> 1.1.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
± rm -rf ~/.berkshelf/tmp ~/.berkshelf/cookbooks master! | |
tnichols@eng-mbp-04 ~/dev/app-chef | |
± berks install master! | |
Installing git (2.3.0) from site: 'http://cookbooks.opscode.com/api/v1/cookbooks' | |
Installing zsh (1.0.0) from site: 'http://cookbooks.opscode.com/api/v1/cookbooks' | |
Installing node (1.0.1) from site: 'http://cookbooks.opscode.com/api/v1/cookbooks' | |
Installing nginx (2.0.4) from site: 'http://cookbooks.opscode.com/api/v1/cookbooks' | |
Installing redisio (1.4.1) from site: 'http://cookbooks.opscode.com/api/v1/cookbooks' | |
Installing mongodb (0.13.7) from site: 'http://cookbooks.opscode.com/api/v1/cookbooks' | |
The file at '/var/folders/57/7kc43km1357fb9lrdgc15jn00000gn/T/community-rest-stream20131127-20431-1bl280e' is not a known compression type | |
tnichols@eng-mbp-04 ~/dev/app-chef | |
± berks list master! | |
The file at '/var/folders/57/7kc43km1357fb9lrdgc15jn00000gn/T/community-rest-stream20131127-20514-nkigs9' is not a known compression type | |
tnichols@eng-mbp-04 ~/dev/app-chef | |
± la ~/.berkshelf master! | |
cookbooks/ | |
tnichols@eng-mbp-04 ~/dev/app-chef | |
± l ~/.berkshelf/cookbooks master! | |
git-2.3.0/ mongodb-0.13.7/ nginx-2.0.4/ node-1.0.1/ redisio-1.4.1/ zsh-1.0.0/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment