diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-11-07 10:36:12 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-11-07 10:36:12 -0200 |
commit | 095fb09b316c4890c510c1e90ccb6ab0b04ab171 (patch) | |
tree | 413743511d35a99f2abf56632daddbc0dec35bb0 | |
parent | ca3881274ec9b4ba7d8d9fe2e94fea503407e1ca (diff) | |
download | puppet-drupal-095fb09b316c4890c510c1e90ccb6ab0b04ab171.tar.gz puppet-drupal-095fb09b316c4890c510c1e90ccb6ab0b04ab171.tar.bz2 |
Changing order of pm-update options
-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 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 $* |