From f9b6861e9363ccc3849f2a8a43676a81fc12f3f4 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Tue, 3 Jun 2025 17:03:15 +0200 Subject: [PATCH] config file --- manifests/params.pp | 1 - templates/automatic.conf.erb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index a797a30..aaf1fcc 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -25,7 +25,6 @@ class automatic_cd::params ( String $ac_apply_updates = 'yes', String $ac_reboot = 'never', String $ac_emit_via = 'email', - ) { # Facts diff --git a/templates/automatic.conf.erb b/templates/automatic.conf.erb index fe3abdd..d26a25f 100644 --- a/templates/automatic.conf.erb +++ b/templates/automatic.conf.erb @@ -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