-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploy_cache_dir defaults to /opt #192
Comments
This is meant to be somewhere. It's just a dir for downloads. This module do not use deployment-scanner for deployments (
|
Thanks. That clears it up. Just seems that /opt is not a good default. |
It probably isn't, as But it's been there since older releases and I couldn't find a better place. Do you have any suggestions? 😄 |
Too bad Puppet doesn't provide a common place for file staging. How about /var/cache/biemond-wildfly? |
Puppet has a Something in |
deploy_cache_dir defaults /opt, which does not seem like a good place for your jar files to land. Should this point to somewhere within the WildFly install home (/opt/wildfly/standalone/deployments?) or is this meant to be somewhere outside of the WildFly install home?
The text was updated successfully, but these errors were encountered: