Merge "Make default email mandatory"

This commit is contained in:
Jenkins 2015-04-23 23:09:57 +00:00 committed by Gerrit Code Review
commit 6ff4ec14b8

View File

@ -30,7 +30,7 @@ class openstack_project::translate_dev(
$ssl_key_file_contents = '', # If left empty puppet will not create file. $ssl_key_file_contents = '', # If left empty puppet will not create file.
$ssl_chain_file_contents = '', # If left empty puppet will not create file. $ssl_chain_file_contents = '', # If left empty puppet will not create file.
$listeners = [], $listeners = [],
$from_address = '', $from_address,
) { ) {
class { 'openstack_project::server': class { 'openstack_project::server':