diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-07 10:47:23 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-07 10:47:23 -0200 |
commit | 1f7707d649d5bacf48fcf344b12ad5119e6e0f22 (patch) | |
tree | 1e238a23612c2a047b18ed7d54d0eba438dc3b47 | |
parent | 62e62c7c58cb9501f65e932f83f15128ac21ec6a (diff) | |
download | puppet-drupal-1f7707d649d5bacf48fcf344b12ad5119e6e0f22.tar.gz puppet-drupal-1f7707d649d5bacf48fcf344b12ad5119e6e0f22.tar.bz2 |
New cache clear syntax
-rw-r--r-- | templates/drupal.sh.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/drupal.sh.erb b/templates/drupal.sh.erb index 123416d..66805e2 100644 --- a/templates/drupal.sh.erb +++ b/templates/drupal.sh.erb @@ -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 $* |