diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-11 17:51:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-11 17:51:27 -0300 |
commit | 4be9af9b63ef9abaa3bb835e8d271495f1c936bc (patch) | |
tree | 4e0ecfd965c06829a3fa1897ea0da1777add66e0 /templates/refresh.sh.erb | |
parent | f71a89900ed557d5309bc84f5c5a6c7af4718f67 (diff) | |
download | puppet-ikiwiki-4be9af9b63ef9abaa3bb835e8d271495f1c936bc.tar.gz puppet-ikiwiki-4be9af9b63ef9abaa3bb835e8d271495f1c936bc.tar.bz2 |
Major cleanup
Diffstat (limited to 'templates/refresh.sh.erb')
-rw-r--r-- | templates/refresh.sh.erb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/refresh.sh.erb b/templates/refresh.sh.erb index d7b7502..92c42ca 100644 --- a/templates/refresh.sh.erb +++ b/templates/refresh.sh.erb @@ -1,12 +1,12 @@ #!/bin/bash NAME="$1" -INSTANCE="$2" -WEB_OWNER="$3" -WEB_GROUP="$4" +WEB_OWNER="$2" +WEB_GROUP="$3" BASE="<%= scope.lookupvar('ikiwiki::sites_folder') %>" SITE="$BASE/$NAME" CONF="/etc/ikiwiki" +INSTANCE="ikiwiki" REPO_OWNER="<%= scope.lookupvar('ikiwiki::git_implementation') %>" REPO_GROUP="<%= scope.lookupvar('ikiwiki::git_implementation') %>" REPO="/var/git/repositories/$NAME.git" |