aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-11-07 10:36:12 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-11-07 10:36:12 -0200
commit095fb09b316c4890c510c1e90ccb6ab0b04ab171 (patch)
tree413743511d35a99f2abf56632daddbc0dec35bb0
parentca3881274ec9b4ba7d8d9fe2e94fea503407e1ca (diff)
downloadpuppet-drupal-095fb09b316c4890c510c1e90ccb6ab0b04ab171.tar.gz
puppet-drupal-095fb09b316c4890c510c1e90ccb6ab0b04ab171.tar.bz2
Changing order of pm-update options
-rw-r--r--templates/drupal.sh.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/drupal.sh.erb b/templates/drupal.sh.erb
index 8ccfebb..2d4d59e 100644
--- a/templates/drupal.sh.erb
+++ b/templates/drupal.sh.erb
@@ -366,7 +366,7 @@ elif [ "$1" == "cron" ]; then
drupal_iterate cron
elif [ "$1" == "cron-update" ]; then
SILENT="yes"
- drupal_iterate pm-update -y -p | grep -v -E 'Unknown|Up-to-date|Atualizado|Desconhecido|^Array$|^\($|^\)$|OK'
+ drupal_iterate -y -p pm-update | grep -v -E 'Unknown|Up-to-date|Atualizado|Desconhecido|^Array$|^\($|^\)$|OK'
elif [ "$1" == "deploy" ]; then
shift
drupal_deploy $*