diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-12-29 20:02:37 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-12-29 20:02:37 -0200 |
commit | 4555672c725e681455404bf0a852f02d2778cc1d (patch) | |
tree | c4f97445281710b7e06f0f0a46a3afb9c771e0b2 | |
parent | 1b8b9da24e1337fcea57bcef67a45e35defba78b (diff) | |
download | puppet-drupal-4555672c725e681455404bf0a852f02d2778cc1d.tar.gz puppet-drupal-4555672c725e681455404bf0a852f02d2778cc1d.tar.bz2 |
Documentation
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | templates/drupal.sh.erb | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ Puppet module for Drupal ======================== -This module has the following dependencies available -at git.sarava.org: +This module has the following dependencies available at git.sarava.org that +should be included before puppet-drupal: - puppet-apache - puppet-pear diff --git a/templates/drupal.sh.erb b/templates/drupal.sh.erb index 34a6198..5b641c0 100644 --- a/templates/drupal.sh.erb +++ b/templates/drupal.sh.erb @@ -142,7 +142,7 @@ function drupal_upgrade { # Main procedure if [ -z "$1" ]; then - echo "Usage: `basename $0` <command> [arguments]" + echo "Usage: `basename $0` <deploy|update|upgrade> [arguments]" exit 1 elif [ "$1" == "deploy" ]; then shift |