]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/role/manifests/cryptoportfolio.pp
Handle postgresql sockets for cryptoportfolio app
[perso/Immae/Projets/Puppet.git] / modules / role / manifests / cryptoportfolio.pp
index 53b7abd6fdd7fffe37f20a9299887f70a915ffe5..5aaaee3579ac669a20b9ac593317186f38fea938 100644 (file)
@@ -7,7 +7,7 @@ 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]  $web_host             = undef,
@@ -24,6 +24,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"