Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/chef
diff options
context:
space:
mode:
authordanielvincent <danielgrippi@gmail.com>2010-12-03 22:52:48 +0300
committerdanielvincent <danielgrippi@gmail.com>2010-12-03 22:52:48 +0300
commit60ae7ff74f299c75a71554dc140e8b12358a4723 (patch)
treea1a38c4f00e7d5dd65d39031c371ca8e7e7c3d01 /chef
parentb9dbdd09fa4744229265f05a47b998818a750dd8 (diff)
Take magent out of chef recipes
Diffstat (limited to 'chef')
-rw-r--r--chef/cookbooks/common/recipes/daemontools.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/chef/cookbooks/common/recipes/daemontools.rb b/chef/cookbooks/common/recipes/daemontools.rb
index 6d723964a..11c742b8d 100644
--- a/chef/cookbooks/common/recipes/daemontools.rb
+++ b/chef/cookbooks/common/recipes/daemontools.rb
@@ -42,13 +42,6 @@ execute "executable" do
command "chmod -R 755 /service/websocket"
end
-execute "magent run" do
- command "mkdir -p /service/magent && echo '#!/bin/sh' > /service/magent/run && echo 'cd /usr/local/app/diaspora && RAILS_ENV=production exec /usr/local/bin/bundle exec /usr/local/bin/magent start --log-path=/usr/local/app/diaspora/log/' >> /service/magent/run"
-end
-execute "executable" do
- command "chmod -R 755 /service/magent"
-end
-
execute "redis run" do
command "mkdir -p /service/redis && echo '#!/bin/sh' > /service/redis/run && echo 'cd /usr/sbin/ && exec /usr/sbin/redis-server /usr/local/etc/redis.conf' >> /service/redis/run"
end