aboutsummaryrefslogtreecommitdiff
path: root/modules/role/manifests/cryptoportfolio.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-04-21 15:20:15 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-04-21 15:30:48 +0200
commitbdcfd78f03d54b20c25805b24b0443f2a107e72b (patch)
treea4114a8dd07beb1c51c0934730e95f5a9e50a9c5 /modules/role/manifests/cryptoportfolio.pp
parentd5f4e591f9cfedefdd4a71515b46c78e9a77e2ad (diff)
downloadPuppet-bdcfd78f03d54b20c25805b24b0443f2a107e72b.tar.gz
Puppet-bdcfd78f03d54b20c25805b24b0443f2a107e72b.tar.zst
Puppet-bdcfd78f03d54b20c25805b24b0443f2a107e72b.zip
Add boinc to use spare CPUs
Diffstat (limited to 'modules/role/manifests/cryptoportfolio.pp')
-rw-r--r--modules/role/manifests/cryptoportfolio.pp1
1 files changed, 1 insertions, 0 deletions
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"