Results 322 comments of Edwin Biemond

Hi Brad, Did you also set the keystores on every managed server ( wls_server) like this https://github.com/biemond/biemond-orawls-vagrant/blob/master/puppet/hieradata/admin.example.com.yaml and I think the parameters you set on the server arguments and started...

ok will look at it, make it optional and will use download dir when it is not specified.

Hi Thomas, I think the first is an just authentication provider with some specific attributes for SAML. But for SAML you also need to add a credential mapping and configure...

Hi I don't know if this works well, been here before, for wls the directory has to empty. we need an empty check instead

I guess do this use "" with expressions and not '' plus ${aa} ```` wls_role { 'default/Admin': ensure => 'present', expression => ["Grp(Administrators)|Grp(WebLogicConsoleAdmintst)|Usr('${my_id}')"], realm => 'myrealm', } ````

thanks , I didn't know this was still used , that's why I didn't put a lot of effort in to support t3s etc I will fix it soon

Hi, There is no attribute for this but you can use the wls_adminserver type and subscribe to the ActiveDirectoryAuthenticator type. When something changes on this AD resource it will restart...

OK, You should the use the wls_adminserver type directly like I did here https://github.com/biemond/biemond-orawls-vagrant/blob/master/puppet/hieradata/admin.example.com.yaml#L224 With the matching site.pp, which read the hiera definitions https://github.com/biemond/biemond-orawls-vagrant/blob/master/puppet/manifests/site.pp#L308 Control is just a manifest and...

yeah indeed, only missing refreshonly => true parameter so it will only restart it when there is a change

You need to have 2 entries , one after the domain creation to start up the adminserver ( without subscribe ) And the subscribe ,refresh only one after the wls...