aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-07-11 09:34:31 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-07-11 09:34:31 +0200
commit7cf7f179e94d8a172ec00d14d31e6e2053398823 (patch)
tree5cce456e15e1ab4f5e8b9be7ec50827074baa4b6
parent2bdbb0213a0f70705f81ac2eaf8349668b2c29b4 (diff)
downloadPuppet-7cf7f179e94d8a172ec00d14d31e6e2053398823.tar.gz
Puppet-7cf7f179e94d8a172ec00d14d31e6e2053398823.tar.zst
Puppet-7cf7f179e94d8a172ec00d14d31e6e2053398823.zip
Add monitoring for cryptoportfolio
-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 8f7bfca..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"