Merge "parametrized gerritlib and jeepyb repos"
diff --git a/gerrit/client/service.sls b/gerrit/client/service.sls
index 154f809..0c83c8a 100644
--- a/gerrit/client/service.sls
+++ b/gerrit/client/service.sls
@@ -49,7 +49,7 @@
#}
gerrit_try_login:
cmd.run:
- - name: http_proxy='' curl -svr -X POST --data "username={{ client.server.user }}&password={{ client.server.password }}" {{ client.server.protocol|default('http') }}://{{ client.server.host }}:{{ client.server.http_port|default(80) }}/login
+ - name: http_proxy='' curl -fsvr -X POST --data "username={{ client.server.user }}&password={{ client.server.password }}" {{ client.server.protocol|default('http') }}://{{ client.server.host }}:{{ client.server.http_port|default(80) }}/login
{%- endif %}
/etc/github/github-projects.secure.config: