Michael Daley
Michael Daley
I'm currently doing this using a resource collector in our profile to override the file resource in weblogic_type.pp. ``` $middleware_home_dir = lookup('orawls::weblogic::middleware_home_dir') $weblogic_home_dir = lookup('orawls::weblogic::weblogic_home_dir') $download_dir = lookup('orawls::weblogic::download_dir') $install_type =...
I have used this to install and configure a forms domain. I needed to create a new template with the silent response file. The forms installer pretty much requires that...
I am installing and configuring the domain separately. It seems possible to extend an existing domain, but oracle docs mention that you should only extend an existing domain that has...
FYI. Running puppet generate types for the environment has fixed this issue for me. I am adding this command to my r10k deploy webhook. Running puppet 4.10 https://puppet.com/docs/puppet/5.3/environment_isolation.html#enable-environment-isolation-with-puppet