aboutsummaryrefslogtreecommitdiff
path: root/modules/role/manifests/cryptoportfolio.pp
diff options
context:
space:
mode:
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