lib/recipes/thinking_sphinx.rb in thunder_punch-0.0.7 vs lib/recipes/thinking_sphinx.rb in thunder_punch-0.0.8
- old
+ new
@@ -1,9 +1,9 @@
Capistrano::Configuration.instance(:must_exist).load do
namespace :thinking_sphinx do
desc "Generate the Sphinx configuration file"
- task :configure, :roles => [:app, :worker] do
+ task :configure, :roles => :worker do
rake "thinking_sphinx:configure"
end
desc "Index data"
task :index, :roles => :worker do