biemond / biemond-orawls

Puppet 3/4 module for WebLogic provisioning module ( Linux & Solaris )
Apache License 2.0
63 stars 104 forks source link

FMW install in Solaris for new version fails #575

Open madhusudhanan-mohan opened 4 years ago

madhusudhanan-mohan commented 4 years ago

The condition states that, incase of Solaris Environment and the weblogic version is not equal to 1213, then you will need two compressed file for installing soa. However the logic has to be "weblogic version less than 1213"

This is failing for version 12213, where we need to supply only one file fmw_file1: "V886440-01.zip"

https://github.com/biemond/biemond-orawls/blob/aac7ebd78f160624ba3c6eed0918fe2b1c1822ea/manifests/fmw.pp#L746

madhusudhanan-mohan commented 4 years ago

hi @biemond , i have raised a pull request for the above issue. Please check at your convenience. https://github.com/biemond/biemond-orawls/pull/576

Love your work!! :)