aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/nodes')
-rw-r--r--manifests/nodes/alamut.pp20
-rw-r--r--manifests/nodes/rabbit.pp18
2 files changed, 36 insertions, 2 deletions
diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp
index c8c22421..cb650aef 100644
--- a/manifests/nodes/alamut.pp
+++ b/manifests/nodes/alamut.pp
@@ -68,7 +68,25 @@ node alamut {
location => "/var/lib/xymon/www",
}
- include youri-check::report
+ youri-check::report_www {"check": }
+
+ youri-check::config {"config_cauldron":
+ version => "cauldron",
+ }
+ youri-check::report {"report_cauldron":
+ version => "cauldron",
+ hour => "*",
+ minute => 24
+ }
+
+ youri-check::config {"config_1":
+ version => "1",
+ }
+ youri-check::report {"report_1":
+ version => "1",
+ hour => "*",
+ minute => 54
+ }
include wikis
include websites::pkgcpan
diff --git a/manifests/nodes/rabbit.pp b/manifests/nodes/rabbit.pp
index ff761245..4f91a6ed 100644
--- a/manifests/nodes/rabbit.pp
+++ b/manifests/nodes/rabbit.pp
@@ -14,7 +14,23 @@ node rabbit {
include mirror::mageia
include mirror::newrelease
include releasekey::base
- include youri-check::check
+
+ youri-check::config {"config_cauldron":
+ version => "cauldron",
+ }
+ youri-check::check {"check_cauldron":
+ version => "cauldron",
+ hour => "*",
+ minute => 4
+ }
+ youri-check::config {"config_1":
+ version => "1",
+ }
+ youri-check::check {"check_1":
+ version => "1",
+ hour => "*/2",
+ minute => 30
+ }
# for testing iso quickly
include libvirtd::kvm