diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-10-14 09:30:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-10-14 09:30:23 -0300 |
commit | 1e7aed980ae5d01762e7814ff009501533aac722 (patch) | |
tree | 384aa18285cf025633119132584d8856811694ce /files | |
parent | fb2041733d3ace059b63648aff097ba08ec13eda (diff) | |
download | puppet-drupal-1e7aed980ae5d01762e7814ff009501533aac722.tar.gz puppet-drupal-1e7aed980ae5d01762e7814ff009501533aac722.tar.bz2 |
Drop 6.x support
Diffstat (limited to 'files')
-rwxr-xr-x | files/drupal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/drupal b/files/drupal index e2a0c2a..1dbc2d7 100755 --- a/files/drupal +++ b/files/drupal @@ -5,7 +5,7 @@ BASE=${BASE:="/var/www/data"} SITES=${SITES:="$BASE/drupal"} -SERIES="6 7 8" +SERIES="7 8" # Ensure we have a proper path, useful when called through cron export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' |