diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-21 15:20:15 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-21 15:30:48 +0200 |
commit | bdcfd78f03d54b20c25805b24b0443f2a107e72b (patch) | |
tree | a4114a8dd07beb1c51c0934730e95f5a9e50a9c5 /modules/role/manifests | |
parent | d5f4e591f9cfedefdd4a71515b46c78e9a77e2ad (diff) | |
download | Puppet-bdcfd78f03d54b20c25805b24b0443f2a107e72b.tar.gz Puppet-bdcfd78f03d54b20c25805b24b0443f2a107e72b.tar.zst Puppet-bdcfd78f03d54b20c25805b24b0443f2a107e72b.zip |
Add boinc to use spare CPUs
Diffstat (limited to 'modules/role/manifests')
-rw-r--r-- | modules/role/manifests/backup.pp | 1 | ||||
-rw-r--r-- | modules/role/manifests/cryptoportfolio.pp | 1 |
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" |