config file
This commit is contained in:
@@ -26,7 +26,6 @@ class automatic_cd::params (
|
||||
String $ac_reboot = 'never',
|
||||
String $ac_emit_via = 'email',
|
||||
|
||||
|
||||
) {
|
||||
# Facts
|
||||
$fqdn = $facts['networking']['fqdn']
|
||||
|
||||
@@ -53,7 +53,7 @@ emit_via = <%= @ac_emit_via %>
|
||||
|
||||
[email]
|
||||
# The address to send email messages from.
|
||||
email_from = root@<%= @qfqdn %>
|
||||
email_from = root@<%= @fqdn %>
|
||||
|
||||
# List of addresses to send messages to.
|
||||
email_to = root
|
||||
|
||||
Reference in New Issue
Block a user