aboutsummaryrefslogtreecommitdiff
path: root/modules/role
diff options
context:
space:
mode:
Diffstat (limited to 'modules/role')
-rw-r--r--modules/role/manifests/backup.pp1
-rw-r--r--modules/role/manifests/cryptoportfolio.pp1
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/role/manifests/backup.pp b/modules/role/manifests/backup.pp
index 510a8ef..d01abd9 100644
--- a/modules/role/manifests/backup.pp
+++ b/modules/role/manifests/backup.pp
@@ -13,6 +13,7 @@ class role::backup (
13 include "profile::tools" 13 include "profile::tools"
14 include "profile::xmr_stak" 14 include "profile::xmr_stak"
15 include "profile::known_hosts" 15 include "profile::known_hosts"
16 include "profile::boinc"
16 17
17 ensure_packages(["rsync"]) 18 ensure_packages(["rsync"])
18 19
diff --git a/modules/role/manifests/cryptoportfolio.pp b/modules/role/manifests/cryptoportfolio.pp
index 53b7abd..966f549 100644
--- a/modules/role/manifests/cryptoportfolio.pp
+++ b/modules/role/manifests/cryptoportfolio.pp
@@ -24,6 +24,7 @@ class role::cryptoportfolio (
24 include "profile::postgresql" 24 include "profile::postgresql"
25 include "profile::apache" 25 include "profile::apache"
26 include "profile::xmr_stak" 26 include "profile::xmr_stak"
27 include "profile::boinc"
27 28
28 contain "role::cryptoportfolio::postgresql" 29 contain "role::cryptoportfolio::postgresql"
29 contain "role::cryptoportfolio::apache" 30 contain "role::cryptoportfolio::apache"