-
-
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
Min/Max Pool size modified on every Puppet run adding "" around the values #62
Comments
If you use 10 and 60 instead of '10' and '60', you'll probably won't have this problem. This line is problem the source of this issue: https://github.com/biemond/biemond-wildfly/blob/master/lib/puppet/type/wildfly_resource.rb#L51 I'll change this to And thank you for all the issues you're reporting. Don't hesitate to contact me if you're in trouble. |
I just tested and using 10 and 60 instead of '10' and '60' and I still see the issue. |
I wasn't able to reproduce. Are you using wildfly 9? |
Yes 9.0.0 final. |
I can look at sanitizing and publishing my vagrant environment if it would help |
No need. I tested with Wildfly 9 and was able to reproduce the issue. As a matter of fact, I did a bad reading of your puppet apply output. Wildfly HTTP API is the one who is returning integers instead of strings. =/ I tested with the change proposed in my first comment and it's working on both versions. I'll submit a PR, but be aware that version 0.4.0 introduces some breaking changes (check CHANGELOG.md for more info). |
pulled down the 3.7 tag and I can double confirm that its working for me also...thanks for the quick fix! |
I have a datasource resource that I am creating
It looks to correctly create the datasource but then on every run it tries to modify the resource to append quotes " around the values.
The text was updated successfully, but these errors were encountered: