aboutsummaryrefslogtreecommitdiff
path: root/templates/deploy.sh.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-11 17:51:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-11 17:51:27 -0300
commit4be9af9b63ef9abaa3bb835e8d271495f1c936bc (patch)
tree4e0ecfd965c06829a3fa1897ea0da1777add66e0 /templates/deploy.sh.erb
parentf71a89900ed557d5309bc84f5c5a6c7af4718f67 (diff)
downloadpuppet-ikiwiki-4be9af9b63ef9abaa3bb835e8d271495f1c936bc.tar.gz
puppet-ikiwiki-4be9af9b63ef9abaa3bb835e8d271495f1c936bc.tar.bz2
Major cleanup
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 34064d7..61fd2d5 100644
--- a/templates/deploy.sh.erb
+++ b/templates/deploy.sh.erb
@@ -1,7 +1,7 @@
#!/bin/bash
NAME="$1"
-INSTANCE="$2"
+INSTANCE="ikiwiki"
BASE="<%= scope.lookupvar('ikiwiki::sites_folder') %>"
SITE=$BASE/$NAME
CONF="/etc/ikiwiki"