Git Product home page Git Product logo

chef-mailcatcher's People

Contributors

bryantebeek avatar fabiokr avatar mkly avatar rud5g avatar zarry avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

chef-mailcatcher's Issues

Recipe compile error

================================================================================
Recipe Compile Error in /tmp/vagrant-chef-1/chef-solo-1/cookbooks/mailcatcher/recipes/default.rb
================================================================================

TypeError
---------
can't convert Fixnum into String

Cookbook Trace:
---------------
  /tmp/vagrant-chef-1/chef-solo-1/cookbooks/mailcatcher/recipes/default.rb:17:in `+'
  /tmp/vagrant-chef-1/chef-solo-1/cookbooks/mailcatcher/recipes/default.rb:17:in `from_file'

metadata.rb name field case

More of a question than a issue.

Any reason why the name field has upper case characters in metadata.rb?
This is the only cookbook I have come across with this and it has caused a few issues.

Eg in my metadata.rb I need to specify:

depends 'MailCatcher'

As the following returns errors

depends 'mailcatcher'

Mailcatcher should be installed as a service

  1. Cook a machine
  2. Check mailcatcher works
  3. Reboot it

Expected:
Mailcatcher should start when the machine starts

Actual:
Mailcatcher doesn';t start till you cook the machine again.

Support CentOS

Package is just "sqlite" rather than libsqlite3, so a simple

case node['platform_family']
 when "debian"
    package "sqlite"
 when "rhel", "fedora", "suse"
    package "libsqlite3-dev"
end

... should do the trick.

Mailcatcher gem requires ruby dev kit via eventmachine gem

I have verified that after running 'apt-get install ruby-dev' I can now install mailcatcher successfully.

I am going to fork and add the ruby-dev package as a dependency. Just wanted to make an issue for this. A pull request will be coming your way shortly.

root@vagrant-ubuntu-raring-64:/home/vagrant# gem install mailcatcher
Building native extensions. This could take a while...
ERROR: Error installing mailcatcher:
ERROR: Failed to build gem native extension.

    /usr/bin/ruby1.9.1 extconf.rb

/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in require': cannot load such file -- mkmf (LoadError) from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:inrequire'
from extconf.rb:2:in `

'

Gem files will remain installed in /var/lib/gems/1.9.1/gems/eventmachine-1.0.3 for inspection.
Results logged to /var/lib/gems/1.9.1/gems/eventmachine-1.0.3/ext/gem_make.out

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.