aboutsummaryrefslogtreecommitdiff
path: root/modules/role/manifests/cryptoportfolio.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-04-01 11:08:40 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-04-01 11:08:40 +0200
commitacaa9ea9b08b2cb4783194b0f06b494c1aabe9c1 (patch)
tree949d7a78a9f8dd1d5df85811ae360af57a51705c /modules/role/manifests/cryptoportfolio.pp
parent48f15fb381adfa2e75ffda099f54088edec9f7bb (diff)
downloadPuppet-acaa9ea9b08b2cb4783194b0f06b494c1aabe9c1.tar.gz
Puppet-acaa9ea9b08b2cb4783194b0f06b494c1aabe9c1.tar.zst
Puppet-acaa9ea9b08b2cb4783194b0f06b494c1aabe9c1.zip
Rename trader variable
Diffstat (limited to 'modules/role/manifests/cryptoportfolio.pp')
-rw-r--r--modules/role/manifests/cryptoportfolio.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/role/manifests/cryptoportfolio.pp b/modules/role/manifests/cryptoportfolio.pp
index 799e297..6a659cc 100644
--- a/modules/role/manifests/cryptoportfolio.pp
+++ b/modules/role/manifests/cryptoportfolio.pp
@@ -14,8 +14,8 @@ class role::cryptoportfolio (
14 Optional[Boolean] $web_ssl = true, 14 Optional[Boolean] $web_ssl = true,
15 Optional[String] $front_version = undef, 15 Optional[String] $front_version = undef,
16 Optional[String] $front_sha256 = undef, 16 Optional[String] $front_sha256 = undef,
17 Optional[String] $bot_version = undef, 17 Optional[String] $trader_version = undef,
18 Optional[String] $bot_sha256 = undef, 18 Optional[String] $trader_sha256 = undef,
19) { 19) {
20 include "base_installation" 20 include "base_installation"
21 21
@@ -29,7 +29,7 @@ class role::cryptoportfolio (
29 29
30 contain "role::cryptoportfolio::notify" 30 contain "role::cryptoportfolio::notify"
31 31
32 unless empty($bot_version) { 32 unless empty($trader_version) {
33 contain "role::cryptoportfolio::bot" 33 contain "role::cryptoportfolio::bot"
34 } 34 }
35 35