aboutsummaryrefslogtreecommitdiff
path: root/templates/drupal.sh.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-19 16:12:15 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-19 16:12:15 -0200
commitade34cd0124bd2eb3c28605d73bf4b62ca405a08 (patch)
treecff7408d017a1fa11c59b89e9de96087f29c1480 /templates/drupal.sh.erb
parentb321a9a143a2e1830ef6c9de59343ba08f25fbfe (diff)
downloadpuppet-drupal-ade34cd0124bd2eb3c28605d73bf4b62ca405a08.tar.gz
puppet-drupal-ade34cd0124bd2eb3c28605d73bf4b62ca405a08.tar.bz2
Upgrading for 2.7 compatibility --config
Diffstat (limited to 'templates/drupal.sh.erb')
-rw-r--r--templates/drupal.sh.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/drupal.sh.erb b/templates/drupal.sh.erb
index 1124268..d10658a 100644
--- a/templates/drupal.sh.erb
+++ b/templates/drupal.sh.erb
@@ -3,8 +3,8 @@
# Drupal management script.
#
-SITES="<%= apache_sites_folder %>"
-BASE="<%= apache_www_folder %>"
+SITES="<%= scope.lookupvar('drupal::sites_folder') %>"
+BASE="<%= scope.lookupvar('drupal::www_folder') %>"
SERIES="5 6 7"
# Read a parameter from user