Skip to content
Snippets Groups Projects
Commit dc9ca96e authored by Riccardo Bucchi's avatar Riccardo Bucchi
Browse files

fixed keepalived mail notification

parent c4789c9d
No related branches found
No related tags found
1 merge request!29Dev
......@@ -96,9 +96,9 @@ class iaas::role::rhmk(
vip_main_address => $main_address,
state => $keepalived_state,
priority => $keepalived_priority,
notification_email => $notification_email,
notification_email_from => $notification_email_from,
smtp_server => $smtp_server,
notification_email => $keepalived_notification_mail,
notification_email_from => $keepalived_notification_mail_from,
smtp_server => $keepalived_smtp_server,
}
class { 'iaas::profile::rabbitmq':
admin_interface => $admin_interface,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment