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
I'm trying to install a WAR file using a custom resource that wraps tomcat::war.
Describe the Change You Would Like
The @param description for the war_source parameter says:
Valid options: a string containing a puppet://, http(s)://, or ftp:// URL.
However, the README says
The war_source can be a local path or a puppet:///, http://, or ftp:// URL.
I would like these explanations to be the same (and correct, of course), so that I can understand whether a local path as war_source is a valid option. As far as I can tell, the code does not actually require URLs, but I am not sure that I understand it enough to trust my judgment.
Also note the different number of /s in the puppet: URLs.
The text was updated successfully, but these errors were encountered:
I'm trying to install a WAR file using a custom resource that wraps
tomcat::war
.Describe the Change You Would Like
The
@param
description for thewar_source
parameter says:However, the README says
I would like these explanations to be the same (and correct, of course), so that I can understand whether a local path as
war_source
is a valid option. As far as I can tell, the code does not actually require URLs, but I am not sure that I understand it enough to trust my judgment.Also note the different number of
/
s in thepuppet:
URLs.The text was updated successfully, but these errors were encountered: