From: Silvio Rhatto Date: Thu, 8 Apr 2010 13:16:49 +0000 (-0300) Subject: Adding updatedb into update procedure X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=73633f9f47725907a3708687b64704e4751d33c9;p=puppet-drupal.git Adding updatedb into update procedure --- diff --git a/templates/drupal.sh.erb b/templates/drupal.sh.erb index 79ae4d2..06455f9 100644 --- a/templates/drupal.sh.erb +++ b/templates/drupal.sh.erb @@ -156,6 +156,9 @@ elif [ "$1" == "deploy" ]; then elif [ "$1" == "update" ]; then shift drupal_iterate update $* + + # Update alone might not trigger updatedb in a farm for all instances. + drupal_iterate updatedb $* elif [ "$1" == "updatedb" ]; then shift drupal_iterate updatedb $*