Make default email mandatory
Zanata needs to be able to send email for user registration, etc. Make this parameter mandatory. Change-Id: Ic16b2121c2c8e4858d86a1ab5b16ceb94b278ed5
This commit is contained in:
parent
7fbbd41315
commit
7564dce4bd
@ -30,7 +30,7 @@ class openstack_project::translate_dev(
|
||||
$ssl_key_file_contents = '', # If left empty puppet will not create file.
|
||||
$ssl_chain_file_contents = '', # If left empty puppet will not create file.
|
||||
$listeners = [],
|
||||
$from_address = '',
|
||||
$from_address,
|
||||
) {
|
||||
|
||||
class { 'openstack_project::server':
|
||||
|
Loading…
Reference in New Issue
Block a user