Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chef-solo integration with Capistrano

Is there an alternative to the capistrano-chef gem for chef-solo? Mostly, to avoid defining server information twice.

like image 322
dgo.a Avatar asked Mar 18 '12 21:03

dgo.a


1 Answers

I found something fresh and hot on the topic:

Roundsman

Gemfile:

gem 'roundsman', :require => false

Capfile:

require 'roundsman/capistrano'

See readme for details.

like image 72
antono Avatar answered Sep 30 '22 08:09

antono