Added new param to IDP config
Added user_spam_processor_to to dev/production Change-Id: I36a41bdcd23df9540183da5a087d364778d60b48 Signed-off-by: smarcet <smarcet@gmail.com>
This commit is contained in:
@@ -68,6 +68,7 @@ class openstack_project::openstackid_dev (
|
||||
$mysql_ssl_client_key_file_contents = '',
|
||||
$mysql_ssl_client_cert_file = '/etc/mysql-client-ssl/client-cert.pem',
|
||||
$mysql_ssl_client_cert_file_contents = '',
|
||||
$user_spam_processor_to = '',
|
||||
) {
|
||||
|
||||
class { 'openstack_project::server': }
|
||||
@@ -127,6 +128,7 @@ class openstack_project::openstackid_dev (
|
||||
mysql_ssl_client_key_file_contents => $mysql_ssl_client_key_file_contents,
|
||||
mysql_ssl_client_cert_file => $mysql_ssl_client_cert_file,
|
||||
mysql_ssl_client_cert_file_contents => $mysql_ssl_client_cert_file_contents,
|
||||
user_spam_processor_to => $user_spam_processor_to
|
||||
}
|
||||
|
||||
# redis (custom module written by tipit)
|
||||
|
||||
Reference in New Issue
Block a user