diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-04-11 08:48:31 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-04-11 08:48:31 +0200 |
commit | 528b0cf99b8e62789f982970ee3766ec4f54133f (patch) | |
tree | ee4767d69f8450f4634bae0b3f01bddc4a799fa8 /modules/profile/manifests | |
parent | 0f3b69eb188346cb657850ea218918bd4a43460d (diff) | |
download | Puppet-528b0cf99b8e62789f982970ee3766ec4f54133f.tar.gz Puppet-528b0cf99b8e62789f982970ee3766ec4f54133f.tar.zst Puppet-528b0cf99b8e62789f982970ee3766ec4f54133f.zip |
Add default target for e-mails
Diffstat (limited to 'modules/profile/manifests')
-rw-r--r-- | modules/profile/manifests/mail.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/profile/manifests/mail.pp b/modules/profile/manifests/mail.pp index cc47b77..0b4a7a5 100644 --- a/modules/profile/manifests/mail.pp +++ b/modules/profile/manifests/mail.pp | |||
@@ -1,6 +1,7 @@ | |||
1 | class profile::mail ( | 1 | class profile::mail ( |
2 | String $mailhub, | 2 | String $mailhub, |
3 | Optional[Integer] $mailhub_port = 25, | 3 | Optional[Integer] $mailhub_port = 25, |
4 | Optional[String] $default_target = "postmaster", | ||
4 | ) { | 5 | ) { |
5 | ensure_packages(["s-nail", "ssmtp"]) | 6 | ensure_packages(["s-nail", "ssmtp"]) |
6 | 7 | ||