diff options
Diffstat (limited to 'modules/role/manifests/cryptoportfolio.pp')
-rw-r--r-- | modules/role/manifests/cryptoportfolio.pp | 4 |
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, |