Files
puppet-openstackid/templates/log.php.erb
Paul Belanger b802d5f4a0 Fix variable access warnings
Change-Id: If5d0b9945c90d00967414d9dd745ce8dbeb6f3b6
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-07-09 16:39:59 -04:00

11 lines
227 B
Plaintext

<?php
return array(
/**
* EMAIL ERROR LOG CONFIGURATION
*/
//The receiver of the mail
'to_email' => '<%= @id_log_error_to_email %>',
//The sender of the mail
'from_email' => '<%= @id_log_error_from_email %>'
);