aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-12-07 12:17:29 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-12-07 12:17:29 -0200
commit2e0130c93ab494b7762f8f8b3ab3df703ad953cd (patch)
tree8219670dc8b90579b6ebdada4091d30797165061
parent994b67ef36e7a89990cc3f32f4f5a13c93d64bd6 (diff)
downloadpuppet-drupal-2e0130c93ab494b7762f8f8b3ab3df703ad953cd.tar.gz
puppet-drupal-2e0130c93ab494b7762f8f8b3ab3df703ad953cd.tar.bz2
Minor rollback
-rw-r--r--templates/drupal.sh.erb5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/drupal.sh.erb b/templates/drupal.sh.erb
index ae5b12c..77bc472 100644
--- a/templates/drupal.sh.erb
+++ b/templates/drupal.sh.erb
@@ -352,11 +352,6 @@ elif [ "$1" == "deploy" ]; then
drupal_deploy $*
elif [ "$1" == "update" ]; then
shift
- # Clear cache an run cron to refresh update list
- drupal_iterate cc all $*
- drupal_iterate cron
-
- # Issue updates
drupal_iterate pm-update $*
# Update alone might not trigger updatedb in a farm for all instances.