config file

This commit is contained in:
Arne Teuke
2025-06-03 17:03:15 +02:00
parent 06fa35b7f8
commit f9b6861e93
2 changed files with 1 additions and 2 deletions

View File

@@ -26,7 +26,6 @@ class automatic_cd::params (
String $ac_reboot = 'never', String $ac_reboot = 'never',
String $ac_emit_via = 'email', String $ac_emit_via = 'email',
) { ) {
# Facts # Facts
$fqdn = $facts['networking']['fqdn'] $fqdn = $facts['networking']['fqdn']

View File

@@ -53,7 +53,7 @@ emit_via = <%= @ac_emit_via %>
[email] [email]
# The address to send email messages from. # The address to send email messages from.
email_from = root@<%= @qfqdn %> email_from = root@<%= @fqdn %>
# List of addresses to send messages to. # List of addresses to send messages to.
email_to = root email_to = root