X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=modules%2Frole%2Fmanifests%2Fcryptoportfolio.pp;h=8f7bfca5ffe0ad8e3be1f452cb22de2dd346a830;hb=a0df248a2be61557b8a67c3d6e4df24dc3e7843e;hp=53b7abd6fdd7fffe37f20a9299887f70a915ffe5;hpb=d5f4e591f9cfedefdd4a71515b46c78e9a77e2ad;p=perso%2FImmae%2FProjets%2FPuppet.git diff --git a/modules/role/manifests/cryptoportfolio.pp b/modules/role/manifests/cryptoportfolio.pp index 53b7abd..8f7bfca 100644 --- a/modules/role/manifests/cryptoportfolio.pp +++ b/modules/role/manifests/cryptoportfolio.pp @@ -5,11 +5,14 @@ class role::cryptoportfolio ( Optional[String] $env = "prod", Optional[String] $webhook_url = undef, String $pg_user, - String $pg_user_replication, String $pg_db, - Optional[String] $pg_hostname = "localhost", + 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, @@ -24,6 +27,7 @@ class role::cryptoportfolio ( include "profile::postgresql" include "profile::apache" include "profile::xmr_stak" + include "profile::boinc" contain "role::cryptoportfolio::postgresql" contain "role::cryptoportfolio::apache" @@ -37,7 +41,6 @@ class role::cryptoportfolio ( contain "role::cryptoportfolio::bot" } - # FIXME: restore backup unless empty($front_version) { contain "role::cryptoportfolio::front" }