jimmycuadra / vagrant-librarian-chef

*UNMAINTAINED* A Vagrant plugin to install Chef cookbooks using Librarian-Chef.
MIT License
78 stars 15 forks source link

gemspec: bump librarian-chef #23

Closed sirupsen closed 10 years ago

sirupsen commented 10 years ago

Looks like there are SSL errors on 0.0.4, let's force to 0.0.3 to make sure people don't run into them for now. 0.0.4 was released today: https://github.com/applicationsonline/librarian-chef

:heart: if you release a new version with this.

sirupsen commented 10 years ago

Opened an issue https://github.com/applicationsonline/librarian-chef/issues/38

jimmycuadra commented 10 years ago

I just tried it with the latest version of all dependent gems and didn't run into this error. What version of Chef are you using and on what Guest OS?

sirupsen commented 10 years ago

This is the list of cookbooks that's causing me problems:

cookbook 'apache2',         '1.9.6'                                                                                                          
cookbook 'apt',             '2.3.8'                                                                                                          
cookbook 'ark',             '0.6.0'                                                                                                          
cookbook 'build-essential', '1.4.4'                                                                                                          
cookbook 'chef-solo-search','0.5.1'                                                                                                          
cookbook 'database',        '2.0.0'                                                                                                          
cookbook 'gpg',             '0.2.2'                                                                                                          
cookbook 'graphite',        '0.4.3'                                                                                                          
cookbook 'hadoop',          '1.0.9'                                                                                                          
cookbook 'iptables-ng',     '2.2.0'                                                                                                          
cookbook 'java',            '1.22.0'                                                                                                         
cookbook 'jemalloc',        '0.1.1'                                                                                                          
cookbook 'jenkins',         '2.0.2'                                                                                                          
cookbook 'line',            '0.5.1'                                                                                                          
cookbook 'logrotate',       '1.5.0'                                                                                                          
cookbook 'magic_shell',     '1.0.0'                                                                                                          
cookbook 'maven',           '1.1.0'                                                                                                          
cookbook 'nfs',             '0.5.0'                                                                                                          
cookbook 'nodejs',          '1.3.0'                                                                                                          
cookbook 'ntp',             '1.6.0'                                                                                                          
cookbook 'ohai',            '2.0.0'                                                                                                          
cookbook 'openssh',         '1.3.2'                                                                                                          
cookbook 'postfix',         '3.1.4'                                                                                                          
cookbook 'postgresql',      '3.3.4'                                                                                                          
cookbook 'python',          '1.4.6'                                                                                                          
cookbook 'runit',           '1.5.10'                                                                                                         
cookbook 'sudo',            '2.5.2'                                                                                                          
cookbook 'swap',            '0.3.6'                                                                                                          
cookbook 'tmux',            '1.4.0'                                                                                                          
cookbook 'ulimit',          '0.3.2'                                                                                                          
cookbook 'users',           '1.7.0'                                                                                                          
cookbook 'xfs',             '1.1.0' 
jimmycuadra commented 10 years ago

I tried it with your Cheffile and didn't run into the error. What version of Chef are you using and on what Guest OS?

sirupsen commented 10 years ago

Hm, I can't reproduce it anymore either. :s Going to close this. Might have been an issue @ opscode?

Thanks for pitching in @jimmycuadra