aboutsummaryrefslogtreecommitdiff
path: root/modules/role/manifests/cryptoportfolio.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-05-11 12:23:47 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-05-11 12:23:47 +0200
commit5a5b32d87d06cfc6dce82cf83cb023ed2764fc45 (patch)
tree36261d7fc4cc03ed01b9966b062fcbb48fc4cc89 /modules/role/manifests/cryptoportfolio.pp
parent71084626fd33f8e8be3ff779dfe26c0055147214 (diff)
downloadPuppet-5a5b32d87d06cfc6dce82cf83cb023ed2764fc45.tar.gz
Puppet-5a5b32d87d06cfc6dce82cf83cb023ed2764fc45.tar.zst
Puppet-5a5b32d87d06cfc6dce82cf83cb023ed2764fc45.zip
Add mail configuration for cryptoportfolio
Diffstat (limited to 'modules/role/manifests/cryptoportfolio.pp')
-rw-r--r--modules/role/manifests/cryptoportfolio.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/role/manifests/cryptoportfolio.pp b/modules/role/manifests/cryptoportfolio.pp
index 5aaaee3..59dacd0 100644
--- a/modules/role/manifests/cryptoportfolio.pp
+++ b/modules/role/manifests/cryptoportfolio.pp
@@ -10,6 +10,10 @@ class role::cryptoportfolio (
10 Optional[String] $pg_hostname = "/run/postgresql", 10 Optional[String] $pg_hostname = "/run/postgresql",
11 Optional[String] $pg_port = "5432", 11 Optional[String] $pg_port = "5432",
12 Optional[String] $redis_host = "/run/redis/redis.sock", 12 Optional[String] $redis_host = "/run/redis/redis.sock",
13 Optional[String] $smtp_login = undef,
14 Optional[String] $smtp_password = undef,
15 Optional[String] $smtp_host = undef,
16 Optional[String] $mail_from = undef,
13 Optional[String] $web_host = undef, 17 Optional[String] $web_host = undef,
14 Optional[String] $web_port = "", 18 Optional[String] $web_port = "",
15 Optional[Boolean] $web_ssl = true, 19 Optional[Boolean] $web_ssl = true,