diff --git a/manifests/authentication/certificate.pp b/manifests/authentication/certificate.pp index 03813cf..5bedc39 100644 --- a/manifests/authentication/certificate.pp +++ b/manifests/authentication/certificate.pp @@ -74,6 +74,7 @@ $ldap_use_tls=false, $ldap_pool_size, $environment, + $all_access_ou, $keystore_password, $keystore_url, $truststore_password, diff --git a/templates/lightblue-security-domain-cert.conf.erb b/templates/lightblue-security-domain-cert.conf.erb index 61281bc..9162b06 100644 --- a/templates/lightblue-security-domain-cert.conf.erb +++ b/templates/lightblue-security-domain-cert.conf.erb @@ -24,6 +24,7 @@ "trustStore" => expression "<%= @truststore_url %>", "trustStorePassword" => "<%= @truststore_password %>", "environment" => "<%= @environment %>", + "allAccessOu" => "<%= @all_access_ou %>", "debug" => "<%= @debug %>", "keepAlive" => "<%= @keepAlive %>", "connectionTimeoutMS" => "<%= @connectionTimeoutMS %>",