biemond-orawls icon indicating copy to clipboard operation
biemond-orawls copied to clipboard

Puppet 3/4 module for WebLogic provisioning module ( Linux & Solaris )

Results 100 biemond-orawls issues
Sort by recently updated
recently updated
newest added

My storeuserconfig command is failing because the python script that is used to generate the config files is using t3. It connects to t3, it cannot be modified or you...

Can the 'refreshonly' and 'subscribe' be triggered with a file-level changes inside the domain specified? refreshonly => true, subscribe => Wls_domain['Wls1036'], I'm asking this because I've imported the certificate reply...

Hi, it's not an issue with code, more a question if you guys encountered this limitation by puppet and what could be a good work around or solution. currently when...

Hi, We are working with biemond-orawls (v1.0.53). We have an application that runs on Weblogic and we use Puppet and Orawls to deploy it and manage it. For this application...

Hi, In the define orawls::copydomain I'm using a weblogic_user other than "weblogic" and the file resource "enroll.py ${domain_name} ${title}" don't use the weblogic_user parameter in the epp template. For this...

We face an issue when trying to install two domains on different account on the same machine Domain 1 - installation finished Domain 2 is failed on the following error:...

Hi, Any idea why this not taking? $my_id = 'johnd' wls_role { 'default/Admin': ensure => 'present', expression => ['Grp(Administrators)|Grp(WebLogicConsoleAdmintst)|Usr("$my_id")'], realm => 'myrealm', } During build This print Notice: /Stage[main]/Profile::Weblogic_adminserver/Wls_role[default/Admin]/expression: expression...

How do I add JVM PARAM and CLASSPATH to Admin server? Thanks in advanced. KKS.

Hi There is hardcoded value '0775' on many places - for dirs and some files. Such permissions seem to be too open for some setups. Will be desired feature that...

Hi Edwin, I'm interested in creating a MFT domain using orawls. I see there is support for the installation however I cant see anything for the domain creation? Can you...