Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
before migrate hook : add solo to type of servers to run
  • Loading branch information
tongueroo committed Mar 3, 2010
1 parent 5f6febf commit 055b34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/before_migrate.rb
@@ -1,6 +1,6 @@
# chef hook for eycloud env

if %w(app_master app util).include?(node[:instance_role])
if %w(app_master app util solo).include?(node[:instance_role])
# prerequire gems for require
sudo "gem install active_wrapper --version='0.2.4' --no-ri --no-rdoc"
sudo "gem install rake --version=0.8.7 --no-ri --no-rdoc"
Expand Down

0 comments on commit 055b34e

Please sign in to comment.