Cezary Morga
Cezary Morga
:+1: for 8
I'd have to get back to work to make sure, but your hiera configuration should look like this: ``` classess: - jboss jboss::params::product: 'wildfly' jboss::params::version: '8.2.1.Final' ``` Assuming youre loading...
And did defining class `jboss` and adding above parameters didn't work? Did you tried that before adding `jboss::internal::prerequisites`? BTW, did you try specifying above parameters in the web console (there's...
I meant to leave `jboss` class in the web console (on your screenshot) along with passing additional parameters (product, version, etc). If you're not using hiera_include() then specifying it in...