]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/role/manifests/cryptoportfolio.pp
Rename trader variable
[perso/Immae/Projets/Puppet.git] / modules / role / manifests / cryptoportfolio.pp
index 799e297475ff6047234bf8fba5f27fda12a5019e..6a659cc8b30e53ff8b30fd6578c309fdf1194499 100644 (file)
@@ -14,8 +14,8 @@ class role::cryptoportfolio (
   Optional[Boolean] $web_ssl              = true,
   Optional[String]  $front_version        = undef,
   Optional[String]  $front_sha256         = undef,
-  Optional[String]  $bot_version          = undef,
-  Optional[String]  $bot_sha256           = undef,
+  Optional[String]  $trader_version       = undef,
+  Optional[String]  $trader_sha256        = undef,
 ) {
   include "base_installation"
 
@@ -29,7 +29,7 @@ class role::cryptoportfolio (
 
   contain "role::cryptoportfolio::notify"
 
-  unless empty($bot_version) {
+  unless empty($trader_version) {
     contain "role::cryptoportfolio::bot"
   }