aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-10-14 09:30:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-10-14 09:30:23 -0300
commit1e7aed980ae5d01762e7814ff009501533aac722 (patch)
tree384aa18285cf025633119132584d8856811694ce
parentfb2041733d3ace059b63648aff097ba08ec13eda (diff)
downloadpuppet-drupal-1e7aed980ae5d01762e7814ff009501533aac722.tar.gz
puppet-drupal-1e7aed980ae5d01762e7814ff009501533aac722.tar.bz2
Drop 6.x support
-rwxr-xr-xfiles/drupal2
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'