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.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/role/manifests/cryptoportfolio.pp b/modules/role/manifests/cryptoportfolio.pp
index c675e91..1738685 100644
--- a/modules/role/manifests/cryptoportfolio.pp
+++ b/modules/role/manifests/cryptoportfolio.pp
@@ -28,6 +28,7 @@ class role::cryptoportfolio (
28 include "profile::apache" 28 include "profile::apache"
29 include "profile::xmr_stak" 29 include "profile::xmr_stak"
30 include "profile::boinc" 30 include "profile::boinc"
31 include "profile::monitoring"
31 32
32 contain "role::cryptoportfolio::postgresql" 33 contain "role::cryptoportfolio::postgresql"
33 contain "role::cryptoportfolio::apache" 34 contain "role::cryptoportfolio::apache"
@@ -41,7 +42,6 @@ class role::cryptoportfolio (
41 contain "role::cryptoportfolio::bot" 42 contain "role::cryptoportfolio::bot"
42 } 43 }
43 44
44 # FIXME: restore backup
45 unless empty($front_version) { 45 unless empty($front_version) {
46 contain "role::cryptoportfolio::front" 46 contain "role::cryptoportfolio::front"
47 } 47 }