mafriedel

Results 2 issues of mafriedel

Using the code as described in the readme documentation: ` wildfly::deployment { 'db2jcc4.jar':` ` source => 'http://artifacts/support/db2jcc4.jar',` ` }` ` wildfly::datasources::datasource { 'DB2T':` ` config => {` ` 'driver-name' =>...

I am trying to add a vault to an ldap_connection. wildfly::resource { '/core-service=management/ldap-connection=ad_ldap_connection': content => { 'search-credential' => '${VAULT::jboss-binda::password::1}', 'url' => 'ldaps://ldap.company.com:636', 'search-dn' => "CN=${service_account},OU=Service Accounts,DC=corp,DC=company,DC=com", }, } This results...