You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ltutar Was just looking this over a little bit. curl will accept a file:/// URL type. It doesn't do puppet:// resources. What specifically do you see as the actual usage?
The module tries to download the war.
curl -s -O https://gerrit-releases.storage.googleapis.com/gerrit-2.11.5.war
The production servers do not have internet access.
It would be nice to be able to install the war off-line through file:///
I can now fool the puppet by putting the war in
as a pre-install step.
The text was updated successfully, but these errors were encountered: