library/roles/smartgears/smartgears/templates/get-scopes.j2: Fix the get-scopes script: the correct arguments order is host token port destfile scope1 [scopen]

d4science-ghn-cluster/group_vars/rstudio/rstudio.yml: Set the correct scopes.
This commit is contained in:
Andrea Dell'Amico 2016-10-27 18:04:33 +02:00
parent cb3004120a
commit b1e651bf79
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ done
cd /usr/local/lib
java TokenGenerator {{ gcube_admin_token }} {{ smartgears_hostname }} $HTTP_PORT $DESTFILE {% for scope in smartgears_scopes %}{{ scope }} {% endfor %}
java TokenGenerator {{ smartgears_hostname }} {{ gcube_admin_token }} $HTTP_PORT $DESTFILE {% for scope in smartgears_scopes %}{{ scope }} {% endfor %}
exit 0