We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Server and Proxy templates are inconsistent where applying memory limits to caches
For example the CacheSize option on the Server is:
CacheSize=<%= @cachesize %>
whilst on the Proxy is:
CacheSize=<%= @cachesize -%>M
Ideally this should be one or the other so that the puppet code is also then written consistently
The text was updated successfully, but these errors were encountered:
Hi @Moncky You are right. Will fix it.
Thank you for mentioning!
Kind regards, Werner
Sorry, something went wrong.
I pushed an fix. < edit> Will be in release 2.0.0 </ edit>
Released yesterday on the Forge.
No branches or pull requests
The Server and Proxy templates are inconsistent where applying memory limits to caches
For example the CacheSize option on the Server is:
CacheSize=<%= @cachesize %>
whilst on the Proxy is:
CacheSize=<%= @cachesize -%>M
Ideally this should be one or the other so that the puppet code is also then written consistently
The text was updated successfully, but these errors were encountered: