]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/role/manifests/cryptoportfolio.pp
Add mail configuration for cryptoportfolio
[perso/Immae/Projets/Puppet.git] / modules / role / manifests / cryptoportfolio.pp
index 5aaaee3579ac669a20b9ac593317186f38fea938..59dacd0254e1e6c4a4e067d0b5ac52d1e42546f1 100644 (file)
@@ -10,6 +10,10 @@ class role::cryptoportfolio (
   Optional[String]  $pg_hostname          = "/run/postgresql",
   Optional[String]  $pg_port              = "5432",
   Optional[String]  $redis_host           = "/run/redis/redis.sock",
+  Optional[String]  $smtp_login           = undef,
+  Optional[String]  $smtp_password        = undef,
+  Optional[String]  $smtp_host            = undef,
+  Optional[String]  $mail_from            = undef,
   Optional[String]  $web_host             = undef,
   Optional[String]  $web_port             = "",
   Optional[Boolean] $web_ssl              = true,