]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/commitdiff
Add default target for e-mails
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 11 Apr 2019 06:48:31 +0000 (08:48 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 11 Apr 2019 06:48:31 +0000 (08:48 +0200)
modules/profile/manifests/mail.pp
modules/profile/templates/mail/ssmtp.conf.erb

index cc47b77b8263aa1710847d10fc1b18d56f6ee659..0b4a7a5e543bcee1ee3a1806abee6dc796323501 100644 (file)
@@ -1,6 +1,7 @@
 class profile::mail (
   String            $mailhub,
   Optional[Integer] $mailhub_port = 25,
+  Optional[String]  $default_target = "postmaster",
 ) {
   ensure_packages(["s-nail", "ssmtp"])
 
index e7a0410533da87aa122a37e209a7118630b6d91e..176614077c9f1550240d98b20dde0382fdcc2b84 100644 (file)
@@ -3,7 +3,7 @@
 #
 # The person who gets all mail for userids < 1000
 # Make this empty to disable rewriting.
-root=postmaster
+root=<%= @default_target %>
 # The place where the mail goes. The actual machine name is required
 # no MX records are consulted. Commonly mailhosts are named mail.domain.com
 # The example will fit if you are in domain.com and you mailhub is so named.