aboutsummaryrefslogtreecommitdiff
path: root/templates/deploy.sh.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-19 16:05:49 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-19 16:05:49 -0200
commitfc6433630e29e2d4ea940324c71a78e12d0def3c (patch)
tree27cac6b9eb6d05331b89f238669c708675bc8688 /templates/deploy.sh.erb
parentce6ab8ffe205dfc0fb9fef828b3f13f36b67fa18 (diff)
downloadpuppet-ikiwiki-fc6433630e29e2d4ea940324c71a78e12d0def3c.tar.gz
puppet-ikiwiki-fc6433630e29e2d4ea940324c71a78e12d0def3c.tar.bz2
Upgrading for 2.7 compatibility
Diffstat (limited to 'templates/deploy.sh.erb')
-rw-r--r--templates/deploy.sh.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/deploy.sh.erb b/templates/deploy.sh.erb
index e5bfa92..4bbfb43 100644
--- a/templates/deploy.sh.erb
+++ b/templates/deploy.sh.erb
@@ -2,7 +2,7 @@
NAME="$1"
INSTANCE="$2"
-BASE="<%= apache_sites_folder %>"
+BASE="<%= scope.lookupvar('ikiwiki::sites_folder') %>"
SITE=$BASE/$NAME
CONF="/etc/ikiwiki"
WEB_OWNER="www-data"