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:
stephane 2015-04-22 09:42:11 -07:00
parent 7fbbd41315
commit 7564dce4bd

View File

@ -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':