]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
New cache clear syntax
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 7 Dec 2011 12:47:23 +0000 (10:47 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 7 Dec 2011 12:47:23 +0000 (10:47 -0200)
templates/drupal.sh.erb

index 123416db723ef7f94373ff17572d7ff1482883cb..66805e2f5bb019c65bf9b5bf91dfd68d326376fc 100644 (file)
@@ -354,7 +354,7 @@ elif [ "$1" == "update" ]; then
 
   # Update alone might not trigger updatedb in a farm for all instances.
   drupal_iterate updatedb $*
-  drupal_iterate cache-clear all $*
+  drupal_iterate cc all $*
 elif [ "$1" == "updatedb" ]; then
   shift
   drupal_iterate updatedb $*