X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Frole%2Fmanifests%2Fcryptoportfolio.pp;h=59dacd0254e1e6c4a4e067d0b5ac52d1e42546f1;hb=402a0538e2146b9614d8094cce8dfd5cc6c603ff;hp=53b7abd6fdd7fffe37f20a9299887f70a915ffe5;hpb=66a9a63ae8e6ef06456e46549b2ff6cffb224c6c;p=perso%2FImmae%2FProjets%2FPuppet.git diff --git a/modules/role/manifests/cryptoportfolio.pp b/modules/role/manifests/cryptoportfolio.pp index 53b7abd..59dacd0 100644 --- a/modules/role/manifests/cryptoportfolio.pp +++ b/modules/role/manifests/cryptoportfolio.pp @@ -7,9 +7,13 @@ class role::cryptoportfolio ( 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 +28,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"